Installer.FileAttributes 屬性
Installer物件的FileAttributes屬性會傳回數位,代表指定之檔案或資料夾路徑的合併檔案屬性。
這個屬性是唯讀的。
語法
propVal = Installer.FileAttributes
屬性值
檔案或資料夾的必要路徑。 部分路徑會假設目前目錄。
備註
FileAttributes屬性會傳回下列值。
檔案屬性 | 值 | 值 |
---|---|---|
FILE_ATTRIBUTE_READONLY | 0x00000001 | 1 |
FILE_ATTRIBUTE_HIDDEN | 0x00000002 | 2 |
FILE_ATTRIBUTE_SYSTEM | 0x00000004 | 4 |
FILE_ATTRIBUTE_DIRECTORY | 0x00000010 | 16 |
FILE_ATTRIBUTE_TEMPORARY | 0x00000100 | 256 |
FILE_ATTRIBUTE_COMPRESSED | 0x00000800 | 2048 |
FILE_ATTRIBUTE_OFFLINE | 0x00001000 | 4096 |
如果檔案或資料夾不存在或無法存取,則傳回 –1。
規格需求
需求 | 值 |
---|---|
版本 |
Windows Server 2008 R2 或 Windows 7 上的 Windows Server 2012、Windows 8、Windows Installer 5.0。 Windows Server 2008 或 Windows Vista 上的 Windows Installer 4.0 或 Windows Installer 4.5。 Windows Server 2003 或 Windows XP Windows 上的安裝程式 |
標頭 |
|
DLL |
|
IID |
IID_IInstaller定義為 000C1090-0000-0000-C000-000000000046 |