Functions | |
| int | CompareFileTimestamps (const string &path1, const string &path2) |
| bool | DirectoryExists (const string &path) |
| bool | FileExists (const string &path) |
| int FileSystem::CompareFileTimestamps | ( | const std::string & | path1, | |
| const std::string & | path2 | |||
| ) |
Compares the last modification times of file1 and file2. Returns one of the following values:
| CS240Exception | if either file1 or file2 does not exist |
Definition at line 38 of file FileSystem.cpp.
| bool FileSystem::DirectoryExists | ( | const std::string & | path | ) |
Definition at line 32 of file FileSystem.cpp.
| bool FileSystem::FileExists | ( | const std::string & | path | ) |
Definition at line 26 of file FileSystem.cpp.
1.5.8