mrdocs::files::isAbsolute

Return true if pathName is absolute.

Synopsis

Declared in <mrdocs/Support/Path.hpp>
bool
isAbsolute(std::string_view pathName) noexcept;

Return Value

true if the path is absolute, false otherwise.

Parameters

Name Description
pathName The absolute or relative path to the directory or file.

Created with MrDocs