[#fs-path-append-06] = xref:fs.adoc[fs]::xref:fs/path.adoc[path]::append :relfileprefix: ../../ :mrdocs: Deleted to forbid appending a std::string, which decodes locale‐dependently on Windows. == Synopsis Declared in `<util/fs.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:fs/path.adoc[path]& append(std::string s) = delete; ---- == Return Value A reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The string that would be appended. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#