mrdocs::files::exists

Determine if a path exists

Synopsis

Declared in <mrdocs/Support/Path.hpp>

bool
exists(std::string_view pathName);

Return Value

true if the path exists, false otherwise.

Parameters

Name Description

pathName

The absolute or relative path

Created with MrDocs