HOG2
Functions
FileUtil.h File Reference
#include <string>
Include dependency graph for FileUtil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool FileExists (const std::string &filename)
 Check if a file exists. More...
 

Function Documentation

◆ FileExists()

bool FileExists ( const std::string &  filename)

Check if a file exists.

See also
https://e-penguiner.com/cpp-function-check-file-exist/

Definition at line 29 of file FileUtil.cpp.

References S_ISREG.