nn::fs::DirectoryEntry Structurestruct DirectoryEntry
{
wchar_t entryName[MAX_FILE_PATH_LENGTH+1];
ShortName shortName;
nn::fs::Attributes attributes;
s64 entrySize;
};
Structure representing a directory entry.
The entrySize member variable is only valid on SDMC archives. Note that it has an undefined value on any other type of archive.
| entryName | Indicates the entry's long filename. | |
|---|---|---|
| shortName | Indicates the entry's short filename. | |
| attributes | Indicates the entry's attributes. | |
| entrySize | If the entry is a file, this indicates the file size. If it is a directory, this is 0. |
CONFIDENTIAL