File Attribute List
Go Up to API Categories Index
This topic lists all file attributes that can be used with Delphi file routines. These constants are individually described at SysUtils Constants.
Constant | Description |
---|---|
faAnyFile | Specifies any file type. |
faArchive | Specifies only Windows archived file types. |
faDirectory | Specifies only directory 'file' types. |
faEncrypted | Specifies only encrypted file types. |
faHidden | Specifies only hidden file types. |
faInvalid | |
faNormal | Specifies only normal files and directories that have no other attributes set. |
faReadOnly | Specifies only read-only file types. |
faSymLink | Specifies only symbolic link file types. |
faSysFile | Specifies only system file types. |
faTemporary | Specifies only temporary files and directories. |
faVolumeID | Specifies Volume ID file types. |