enum AccessMode
Home
Data
MyCpp::File::AccessMode
File open mode.
Data fields
ReadOnly
Open the file for reading.
WriteOnly
Open the file for writing.
ReadWrite
Open the file for both reading and writing.