mrdocs::files::requireAbsolute

Return an error if pathName is not absolute.

Synopsis

Declared in <mrdocs/Support/Path.hpp>

Expected<void>
requireAbsolute(std::string_view pathName);

Return Value

An error if the path is not absolute.

Parameters

Name Description

pathName

The absolute or relative path to the directory or file.

Created with MrDocs