System::IO::FileAttributes enum
Contents
[
Hide
]FileAttributes enum
Represents attributes of a directory or a file.
enum class FileAttributes
Values
Name | Value | Description |
---|---|---|
Archive | 32 | The filesystem entity is a candidate for removal or backup. |
Compressed | 2048 | The filesystem entity is compressed. |
Device | 64 | Not used. |
Directory | 16 | The filesystem entity is a directory. |
Encrypted | 16384 | The filesystem entity is encrypted. |
Hidden | 2 | The filesystem entity is hidden. |
IntegrityStream | 32768 | The filesystem entity contains data integrity support. |
Normal | 128 | The filesystem entity is a file that has no special attributes. |
NotContentIndexed | 8192 | The filesystem entity will not be indexed by the content indexing service. |
NoScrubData | 131072 | The filesystem entity is not included in the data integrity scan. |
Offline | 4096 | The filesystem entity is offline and its data is not immediately available. |
ReadOnly | 1 | The filesystem entity is read-only. |
ReparsePoint | 1024 | The filesystem entity is a file that contains a reparse point. |
SparseFile | 512 | The filesystem entity is a sparse file. |
System | 4 | The filesystem entity is a system file. |
Temporary | 256 | The filesystem entity is a temporary file. |
Invalid | 0 | Invalid value. |
See Also
- Namespace System::IO
- Library Aspose.PUB for C++