TFileAttribute Enumeration

Represents type TFileAttribute.

Namespace: System.IO
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:
 NameDescription
faArchive

Represents constant faArchive.

faCompressed

Represents constant faCompressed.

faDevice

Represents constant faDevice.

faDirectory

Represents constant faDirectory.

faEncrypted

Represents constant faEncrypted.

faHidden

Represents constant faHidden.

faNormal

Represents constant faNormal.

faNotContentIndexed

Represents constant faNotContentIndexed.

faOffline

Represents constant faOffline.

faReadOnly

Represents constant faReadOnly.

faReparsePoint

Represents constant faReparsePoint.

faSparseFile

Represents constant faSparseFile.

faSymLink

Represents constant faSymLink.

faSystem

Represents constant faSystem.

faTemporary

Represents constant faTemporary.

Top