Structs

FATFS_Dirent

FAT Filesystem directory entry

.nameFilename
.extFile extension
.attrSee FATFS file attributes

Enumerations

FATFS file attributes

FATFS_ATTR_READ_ONLYMark file as read-only
FATFS_ATTR_HIDDENTODO
FATFS_ATTR_SYSTEMTODO
FATFS_ATTR_VOLUME_IDThe corresponding entry contains the volume label.
FATFS_ATTR_DIRECTORYThe corresponding entry represents a directory
FATFS_ATTR_ARCHIVETODO

Implementation

Close