enum OpenFlags
MyCpp::File::OpenFlags

File open flags.

Data fields
CreateCreate the file if it does not exist.
TruncateTruncate the file if it exists.
NewOnlyThrow an exception if the file already exists.