Rename src to dest.

Synopsis

Declared in <util/fs_helpers.h>

[[nodiscard]]
bool
RenameOver(
    fs::path src,
    fs::path dest);

Return Value

true if the rename was successful.

Note

The return value should not be discarded.

Parameters

Name

Description

src [in]

The existing path to rename.

dest [in]

The target path to rename to.

Created with MrDocs