nn::fs::Attributes Structurestruct Attributes
{
bool isDirectory;
bool isHidden;
bool isArchive;
bool isReadOnly;
};
Structure that gives attribute information for directory entries.
All member variables except for isDirectory are only valid on SDMC archives. Note that these values are undefined for all other archives.
| isDirectory | Indicates a directory when true or a file when false. |
|
|---|---|---|
| isHidden | Indicates a hidden attribute when true. |
|
| isArchive | Indicates an archive when true. |
|
| isReadOnly | Indicates read-only permissions when true. |
CONFIDENTIAL