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