|
muteki
|
Structure for find context. More...
#include <fs.h>
Data Fields | |
| void * | unk0 |
| Current file descriptor. | |
| void * | unk4 |
| Next file descriptor. | |
| UTF16 * | filename_lfn |
| char * | filename |
| char * | filename2_alt |
| Seems to be a mirror of filename. | |
| size_t | size |
| unsigned int | mtime |
| Modify timestamp. | |
| unsigned int | btime |
| Create/birth timestamp. | |
| unsigned int | atime |
| Access timestamp. | |
| unsigned char | attrib_mask |
| unsigned char | attrib |
Structure for find context.
| unsigned int find_context_t::atime |
Access timestamp.
| unsigned char find_context_t::attrib |
FAT filesystem file attributes.
| unsigned char find_context_t::attrib_mask |
FAT filesystem file attribute mask.
| unsigned int find_context_t::btime |
Create/birth timestamp.
The format of this field seems to be similar to mtime, but seems to be corrupted somehow.
| char* find_context_t::filename |
DOS 8.3 filename of the entry.
| UTF16* find_context_t::filename_lfn |
UTF-16-encoded long filename of the entry.
| unsigned int find_context_t::mtime |
Modify timestamp.
| size_t find_context_t::size |
Size of file.