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