Directory entry struct written by readdir(). More...
Data Fields | |
| char | d_name [101] | 
| uint32_t | d_size | 
| uint32_t | d_type | 
Directory entry struct written by readdir().
| char dirent::d_name[101] | 
Name of the entry.
| uint32_t dirent::d_size | 
Size of the entry in bytes.
| uint32_t dirent::d_type | 
Type of the entry. (DT_REG, DT_DIR, or DT_UNKNOWN).