discoverpixy
Data Fields
FILE_HANDLE Struct Reference

#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...
 

Detailed Description

Structure which represents an open file.

See also
filesystem_file_open

Definition at line 81 of file filesystem.h.

Field Documentation

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.

See also
filesystem_file_seek

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.


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