kiba-engine
Data Fields
file_handle Struct Reference

Handle for a file. More...

#include <filesystem.h>

Collaboration diagram for file_handle:

Data Fields

void * handle
 Platform specific handle to the actual file.
 
b8 is_valid
 Indicates if the file handle is valid.
 
b8 binary
 Indicates if the file was opened in binary mode as opposed to text mode.
 
file_modes modes
 Contains the modes that were used to open the file.
 

Detailed Description

Handle for a file.

Definition at line 25 of file filesystem.h.


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