enum Errors { Error_FileNotFound = 0x1001, Error_Access = 0x1002, Error_IOError = 0x1003, Error_DiskFull = 0x1004 };
Flags set for handling errors while performing file operations.
Members |
Description |
Error_FileNotFound = 0x1001 |
File not found. |
Error_Access = 0x1002 |
Error in accessing the file. |
Error_IOError = 0x1003 |
I/O error. |
Error_DiskFull = 0x1004 |
Disk full error. |
SF_File.h