losFileOpenInfo Struct Reference

losFileOpenInfo is the file creation struct we pass this into the creation function for the library to create a file object More...

#include <FileIO.h>

Public Attributes

uint8_t fileBits = 0
 file (bits/flags) combination tells the library how to lock the file down to act like a sanity check
 
const char * path
 path to the file $[binary_base] and $[asset_base] can be used as relative path for internal program file path handling
 
size_t path_size = 0
 size of the path to the file
 

Detailed Description

losFileOpenInfo is the file creation struct we pass this into the creation function for the library to create a file object


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