Table of Contents

Enum FileAttributes

Namespace
System.IO
Assembly
System.IO.FileSystem.dll

Provides attributes for files and directories.

[Flags]
public enum FileAttributes

Fields

Archive = 32

This file is marked to be included in incremental backup operation.

Directory = 16

The file is a directory.

Hidden = 2

The file is hidden, and thus is not included in an ordinary directory listing.

Normal = 128

The file is a standard file that has no special attributes. This attribute is valid only if it is used alone.

ReadOnly = 1

The file is read-only.

System = 4

The file is a system file. That is, the file is part of the operating system or is used exclusively by the operating system.