nn::fs::ShortName Structure

Syntax

struct ShortName
{
   char body[10];
   char ext[4];
   bool valid;
};

Description

Structure that indicates the short name of a directory entry.

Used as a member of the DirectoryEntry structure.

Member Variables

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