1 #ifndef B_FILE_HANDLER_H
2 #define B_FILE_HANDLER_H
18 std::string
getFilePath(
const std::string &fileName);
std::string getFilePath(const std::string &fileName)
Get the full path to a file.
Definition: Configuration.h:8
bool fileExists(const std::string &fileName)
Check if a file exists.
void setStandardFilePath(const std::string &path)
On desktop systems the standard lookup path for files can be specified.