[#fs-path-operator_assign-000] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::operator= :relfileprefix: ../../ :mrdocs: Assign 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"] ---- xref:fs/path.adoc[path]& operator=(char const* c); ---- == Return Value A reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *c* | The null‐terminated string to assign from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#