Function kiwix::isRelativePath
Defined in File tools.h
Function Documentation
-
bool kiwix::isRelativePath(const std::string &path)
Tell if the path is a relative path.
This function is provided as a small helper. It is probably better to use native tools to manipulate paths.
- Parameters:
path – A utf8 encoded path.
- Returns:
true if the path is relative.