enum AccessMode
MyCpp::File::AccessMode

File open mode.

Data fields
ReadOnlyOpen the file for reading.
WriteOnlyOpen the file for writing.
ReadWriteOpen the file for both reading and writing.