Choco OS  V.0.16.9.0
Join to the chocolate world
FileSystem

Data Structures

struct  oC_FileInfo_t
 
struct  oC_FileSystem_Registration_t
 

Enumerations

Detailed Description

Enumeration Type Documentation

Modes of opening files

Enumerator
oC_FileSystem_ModeFlags_Read 

specifies read access to the file

oC_FileSystem_ModeFlags_Write 

specifies write access to the file

oC_FileSystem_ModeFlags_SeekToTheEnd 

moves offset pointer to the end of the file

oC_FileSystem_ModeFlags_OpenExisting 

open file (fails if file does not exist)

oC_FileSystem_ModeFlags_OpenAlways 

open file (create new if it does not exist)

oC_FileSystem_ModeFlags_CreateNew 

create new file (fails if file exists)

oC_FileSystem_ModeFlags_CreateNewAlways 

create new file (overwrite if exists)

Definition at line 54 of file oc_fs.h.