mrdocs::files::exists
Determine if a path exists
Synopsis
Declared in <mrdocs/Support/Path.hpp>
bool
exists(std::string_view pathName);
Parameters
| Name | Description |
|---|---|
pathName |
The absolute or relative path |
Created with MrDocs