libdragon
|
Representation of a directory entry. More...
#include <dfsinternal.h>
Data Fields | |
uint32_t | flags |
File size and flags. See FLAGS_FILE, FLAGS_DIR and FLAGS_EOF. | |
uint32_t | next_entry |
Offset to next directory entry. | |
char | path [MAX_FILENAME_LEN+1] |
The file or directory name. | |
uint32_t | file_pointer |
Offset to start sector of the file. |
Representation of a directory entry.