Table of Contents

Enum FileAttributes

Namespace
Windows.Storage
Assembly
Windows.Storage.dll

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 = 32

The item is archived.

Directory = 16

The item is a directory.

LocallyIncomplete = 512

The item is locally incomplete. Windows only.

Normal = 0

The item is normal. That is, the item doesn't have any of the other values in the enumeration.

ReadOnly = 1

The item is read-only.

Temporary = 256

The item is a temporary file.