GetAttr、SetAttr
GetAttr:
Print GetAttr("C:\autoexec.BAT")
傳回VbFileAttribute
保存同時隱藏的話只要加起就行了(即是34)
SetAttr:
SetAttr("檔案位置", VbFileAttribute)