HOG2
|
Go to the source code of this file.
Macros | |
#define | S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) |
#define | S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) |
Functions | |
bool | FileExists (const std::string &filename) |
Check if a file exists. More... | |
#define S_ISDIR | ( | mode | ) | (((mode) & S_IFMT) == S_IFDIR) |
Definition at line 19 of file FileUtil.cpp.
#define S_ISREG | ( | mode | ) | (((mode) & S_IFMT) == S_IFREG) |
Definition at line 22 of file FileUtil.cpp.
bool FileExists | ( | const std::string & | filename | ) |