muteki
Loading...
Searching...
No Matches
find_context_t Struct Reference

Structure for find context. More...

#include <fs.h>

Data Fields

void * unk0
 Current file descriptor.
 
void * unk4
 Next file descriptor.
 
UTF16filename_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
 

Detailed Description

Structure for find context.

Field Documentation

◆ atime

unsigned int find_context_t::atime

Access timestamp.

See also
mtime

◆ attrib

unsigned char find_context_t::attrib

FAT filesystem file attributes.

◆ attrib_mask

unsigned char find_context_t::attrib_mask

FAT filesystem file attribute mask.

◆ btime

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.

See also
mtime

◆ filename

char* find_context_t::filename

DOS 8.3 filename of the entry.

◆ filename2_alt

char* find_context_t::filename2_alt

Seems to be a mirror of filename.

See also
filename

◆ filename_lfn

UTF16* find_context_t::filename_lfn

UTF-16-encoded long filename of the entry.

◆ mtime

unsigned int find_context_t::mtime

◆ size

size_t find_context_t::size

Size of file.


The documentation for this struct was generated from the following file: