Enum FileAttributes
Describes the attributes of a file or folder. This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum FileAttributes
Fields
Archive = 32The item is archived.
Directory = 16The item is a directory.
LocallyIncomplete = 512The item is locally incomplete. Windows only.
Normal = 0The item is normal. That is, the item doesn't have any of the other values in the enumeration.
ReadOnly = 1The item is read-only.
Temporary = 256The item is a temporary file.