[#RenameOver] = RenameOver :mrdocs: Rename src to dest. == Synopsis Declared in `<util/fs_helpers.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool RenameOver( xref:fs/path.adoc[fs::path] src, xref:fs/path.adoc[fs::path] dest); ---- == Return Value true if the rename was successful. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *src* [in] | The existing path to rename. | *dest* [in] | The target path to rename to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#