Enum FileAttributes
Provides attributes for files and directories.
Namespace: System.IO
Assembly: System.IO.FileSystem.dll
Syntax
[Flags]
public enum FileAttributes
Fields
Name | Description |
---|---|
Archive | This file is marked to be included in incremental backup operation. |
Directory | The file is a directory. |
Hidden | The file is hidden, and thus is not included in an ordinary directory listing. |
ReadOnly | The file is read-only. |
System | The file is a system file. That is, the file is part of the operating system or is used exclusively by the operating system. |