Describes the attributes of system file or folder.
[FlagsAttribute]
public enum class FileAttributes
| Member | Value | Description |
|---|---|---|
| Archive | 32 | The item is archived. |
| Directory | 16 | The item is a directory. |
| Normal | 0 | The item is normal. |
| ReadOnly | 1 | The item is read only. |
| Temporary | 256 | The item is a temporary file. |
Namespace: Windows.Storage
Metadata: windows.winmd