Function kiwix::fileExists¶
Defined in File tools.h
Function Documentation¶
-
bool kiwix::fileExists(const std::string &path)¶
Checks if file exists.
This function returns boolean stating if file exists.
- Parameters
path – The absolute path provided in string format.
- Returns
Boolean representing if file exists or not.