nn::fs::ShortName Structurestruct ShortName
{
char body[10];
char ext[4];
bool valid;
};
Structure that indicates the short name of a directory entry.
Used as a member of the DirectoryEntry structure.
| body | char |
Stores a string indicating the part other than the 8.3 format extension. | |
|---|---|---|---|
ext
|
char |
Stores a string representing the 8.3 format extension. | |
| valid | bool | true indicates that the short filename is valid. |
CONFIDENTIAL