enum OpenFlags
Home
Data
MyCpp::File::OpenFlags
File open flags.
Data fields
Create
Create the file if it does not exist.
Truncate
Truncate the file if it exists.
NewOnly
Throw an exception if the file already exists.