Go to the source code of this file.
Functions | |
| int | FileExists (const char *filename) |
| int | FileAttribs (const char *filename) |
| void | MakeBackupFile (const char *filename) |
| void | RestoreBackupFile (const char *filename) |
| int FileAttribs | ( | const char * | filename | ) |
Definition at line 37 of file fileops.cpp.
| int FileExists | ( | const char * | filename | ) |
Definition at line 29 of file fileops.cpp.
| void MakeBackupFile | ( | const char * | filename | ) |
Definition at line 87 of file fileops.cpp.
| void RestoreBackupFile | ( | const char * | filename | ) |
Definition at line 97 of file fileops.cpp.