Skip to main content

FileAttributes Enum

NuGet: GHIElectronics.TinyCLR.IO
Assembly: GHIElectronics.TinyCLR.IO
Namespace: System.IO

Attributes that can be set on a file or directory.

public enum FileAttributes

Fields

NameValueDescription
ReadOnly0x1The file or directory is read-only.
Hidden0x2The file or directory is hidden.
System0x4The file or directory is part of the operating system.
Directory0x10The entry is a directory.
Archive0x20The file is marked for backup or removal.
Normal0x80The file has no other attributes set.