Struct SYN_VfsDirEnt¶
Directory entry returned by syn_vfs_readdir() .
#include <syn_vfs.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool | is_dir |
| char | name |
| uint32_t | size |
Public Attributes Documentation¶
variable is_dir¶
true if the entry is a directory
variable name¶
Entry name (null-terminated)
variable size¶
File size in bytes (0 for dirs)
The documentation for this class was generated from the following file src/syntropic/storage/syn_vfs.h