[#fs-path-2constructor-02] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::path :relfileprefix: ../../ :mrdocs: Construct from a C string literal, which is safe as long as the literal is ASCII. == Synopsis Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- path(char const* c); ---- == Parameters [cols="1,4"] |=== | Name| Description | *c* | The null‐terminated string to construct from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#