File and directory metadata. More...
#include <fs.h>
Data Fields | |
fs_volume_t * | volume |
Owning volume (set by APIs) | |
bool | dir |
True if directory, false if regular file. | |
char | path [FS_PATH_MAX+1] |
Full path within volume (never NULL after success) including leading '/' and trailing '\0'. | |
const char * | name |
Basename component within the directory, can be NULL if it's the root directory. | |
size_t | size |
Size in bytes (regular files only, else 0) | |
void * | ctx |
Opaque iterator cursor (do not modify) | |