TFileAttribute Enumeration
Represents type TFileAttribute
.
type TFileAttribute = (faReadOnly, faHidden, faSystem, faDirectory, faArchive, faDevice, faNormal, faTemporary, faSparseFile, faReparsePoint, faCompressed, faOffline, faNotContentIndexed, faEncrypted, faSymLink);
The TFileAttribute type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | faArchive | Represents constant |
![]() | faCompressed | Represents constant |
![]() | faDevice | Represents constant |
![]() | faDirectory | Represents constant |
![]() | faEncrypted | Represents constant |
![]() | faHidden | Represents constant |
![]() | faNormal | Represents constant |
![]() | faNotContentIndexed | Represents constant |
![]() | faOffline | Represents constant |
![]() | faReadOnly | Represents constant |
![]() | faReparsePoint | Represents constant |
![]() | faSparseFile | Represents constant |
![]() | faSymLink | Represents constant |
![]() | faSystem | Represents constant |
![]() | faTemporary | Represents constant |