[#fs-path-2constructor-09] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::path :relfileprefix: ../../ :mrdocs: Construct from a std::filesystem::path, for compatibility with standard‐library APIs. == Synopsis Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- path(std::filesystem::path path); ---- == Parameters [cols="1,4"] |=== | Name| Description | *path* | The standard path to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#