libdragon
Data Fields
directory_entry Struct Reference

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.

Detailed Description

Representation of a directory entry.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines