Function kiwix::fileExists

Function Documentation

bool kiwix::fileExists(const std::string &path)

checks if file exists.

This function returns boolean stating if file exists or not.

Parameters

path – The absolute path provided in string format.

Returns

Boolean representing if file exists or not.