Return an error if pathName is not absolute.
Declared in <mrdocs/Support/Filesystem/Path.hpp>
Expected<void>
requireAbsolute(std::string_view pathName);
An error if the path is not absolute.
| Name | Description |
|---|---|
| pathName | The absolute or relative path to the directory or file. |