|
discoverpixy
|
#include <filesystem.h>

Data Fields | |
| uint32_t | fsize |
| File size in bytes. 0 for directories. More... | |
| FILE_DATE_STRUCT | fdate |
| Last modified date. More... | |
| FILE_TIME_STRUCT | ftime |
| Last modified time. More... | |
| uint8_t | fattrib |
| File/Directory Attributes. More... | |
| char * | fname |
| File/Directory name. More... | |
Structure which represents a file/directory entry.
Definition at line 61 of file filesystem.h.
| uint8_t fattrib |
File/Directory Attributes.
Definition at line 65 of file filesystem.h.
| FILE_DATE_STRUCT fdate |
Last modified date.
Definition at line 63 of file filesystem.h.
| char* fname |
File/Directory name.
Definition at line 66 of file filesystem.h.
| uint32_t fsize |
File size in bytes. 0 for directories.
Definition at line 62 of file filesystem.h.
| FILE_TIME_STRUCT ftime |
Last modified time.
Definition at line 64 of file filesystem.h.
1.8.9.1