objc

Data Fields
fs_file_t Struct Reference

File and directory metadata. More...

#include <fs.h>

Data Fields

fs_volume_tvolume
 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)
 

Detailed Description

File and directory metadata.

Definition at line 35 of file fs.h.


The documentation for this struct was generated from the following file: