Function kiwix::isRelativePath

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.