File and Directory Attributes

Several characteristics called attributes may be associated with a file or directory. The attributes can be one or more of the following values.

AttributeSymbolMeaning
Archive A The file or directory is an archive file. Applications use this attribute to mark files for backup or removal.
Compressed C The file or directory is compressed (only on NTFS volumes). For a file, this means that all of the data in the file is compressed. For a directory, this means that compression is the default for newly created files and subdirectories.
Encrypted E The file or directory is encrypted (only on NTFS volumes). For a file, this means that all of the data in the file is encrypted. For a directory, this means that all newly created files and subdirectories will be encrypted.
Hidden H The file or directory is hidden. It is not included in an ordinary directory listing.
Offline O The data of the file is not immediately available. This attribute indicates that the file data has been physically moved to offline storage. This attribute is used by Remote Storage, the hierarchical storage management software.
Read-only R The file or directory is read-only. Applications can read the file but cannot write to it or delete it. In the case of a directory, applications cannot delete it.
System S The file or directory is part of the operating system or is used exclusively by the operating system.
Temporary T The file is being used for temporary storage. File systems attempt to keep all of the data in memory for quicker access rather than flushing the data back to mass storage.