[#fs-path-operator_slash_eq-03] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::operator/= :relfileprefix: ../../ :mrdocs: Append a C string literal component with a directory separator. == 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 component to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#