|
discoverpixy
|
#include <filesystem.h>
Data Fields | |
| const char * | fname |
| The absolute file name. More... | |
| uint32_t | fpos |
| The current byte-position in the file. More... | |
| uint32_t | fsize |
| The total file size in bytes. More... | |
Structure which represents an open file.
Definition at line 81 of file filesystem.h.
| const char* fname |
The absolute file name.
Definition at line 82 of file filesystem.h.
| uint32_t fpos |
The current byte-position in the file.
Definition at line 83 of file filesystem.h.
| uint32_t fsize |
The total file size in bytes.
Definition at line 84 of file filesystem.h.
1.8.9.1