objc

Data Fields
fs_file_t Struct Reference

File and directory metadata. More...

#include <runtime-fs/fs.h>

Data Fields

fs_volume_tvolume
 Owning volume (set by APIs)
 
bool dir
 True if directory, false if regular file.
 
char name [FS_PATH_MAX+1]
 Filename (never NULL after success) including trailing '\0'.
 
size_t size
 Size in bytes (regular files only, else 0)
 
size_t pos
 Current file position for read/write (files only)
 
void * ctx
 Opaque context (do not modify)
 

Detailed Description

File and directory metadata.

Definition at line 43 of file fs.h.


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