nn::hio::CTR::FileAttribute Enumerated Type#include <nn/hio.h> enum FileAttribute;
| Value | Description |
|---|---|
| FILE_ATTRIBUTE_READ_ONLY | Indicates that the read-only attribute is set. |
| FILE_ATTRIBUTE_DIRECTORY | Indicates that the "file" is a directory. |
Enumerated type that represents file attributes.
CONFIDENTIAL