[#fs-path-2constructor-060] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::path :relfileprefix: ../../ :mrdocs: Deleted to forbid std::string construction, which decodes locale‐dependently on Windows. == Synopsis Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- path(std::string s) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The string that would be constructed from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#