nn::fs::RenameFile Function

Syntax

void RenameFile(
     const wchar_t * currentPath,
     const wchar_t * newPath
);

Arguments

Name Description
in currentPath Path to rename
in newPath Renamed path

Return Values

None.

Description

Renames a file.

This function does not return processing results and it is therefore impossible to handle errors. In general, use TryRename.


CONFIDENTIAL