mrdocs::files::isAbsolute
Return true if pathName is absolute.
Synopsis
Declared in <mrdocs/Support/Path.hpp>
bool
isAbsolute(std::string_view pathName) noexcept;
Parameters
| Name | Description |
|---|---|
pathName |
The absolute or relative path to the directory or file. |
Created with MrDocs