[#fs-path-operator_slash_eq-0f7] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::operator/= :relfileprefix: ../../ :mrdocs: Append a std::filesystem::path component with a directory separator. == Synopsis Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:fs/path.adoc[path]& operator/=(std::filesystem::path const& path); ---- == Return Value A reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *path* | The path component to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#