enum zFileMode { zFILE_MODE_READ = 0x01, zFILE_MODE_WRITE = 0x02, zFILE_MODE_UPDATE = 0x04 };
|
Members |
Description |
|
zFILE_MODE_READ = 0x01 |
Open the file with permission to read. |
|
zFILE_MODE_WRITE = 0x02 |
Open the file with permission to write. |
|
zFILE_MODE_UPDATE = 0x04 |
Preserve contents when opened for writing. |
Represents flags that control how a file is opened.
zFile.h