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