TFileAttribute supported list


TFileAttribute


Delphi C#.NET Supported
TFileAttribute System.IO.FileAttribute Yes
Properties
faReadOnly System.IO.FileAttributes.ReadOnlyYes
faHidden System.IO.FileAttributes.HiddenYes
faSystem System.IO.FileAttributes.SystemYes
faDirectory System.IO.FileAttributes.DirectoryYes
faArchive System.IO.FileAttributes.ArchiveYes
faDevice System.IO.FileAttributes.DeviceYes
faNormal System.IO.FileAttributes.NormalYes
faTemporary System.IO.FileAttributes.TemporaryYes
faSparseFile System.IO.FileAttributes.SparseFileYes
faReparsePoint System.IO.FileAttributes.ReparsePointYes
faCompressed System.IO.FileAttributes.CompressedYes
faOffline System.IO.FileAttributes.OfflineYes
faNotContentIndexed System.IO.FileAttributes.NotContentIndexedYes
faEncrypted System.IO.FileAttributes.EncryptedYes