typedef struct fs_dirent {
CPU_CHAR Name[FS_CFG_MAX_FILE_NAME_LEN + 1u];
FS_ENTRY_INFO Info;
} FS_DIR_ENTRY;
File | Used for |
| Second argument of |
Receives information about a directory entry.
Members
Name
The name of the file.
Info
Entry information. For more information, see FS_DEV_INFO.
Notes
None.