nn::fs::TryRenameFile FunctionResult TryRenameFile( const wchar_t * currentPath, const wchar_t * newPath );
| Name | Description | |
|---|---|---|
| in | currentPath | Path to rename |
| in | newPath | Renamed path |
Renames a file.
This function returns any error that occurs while it is renaming the file.
Which Result values need handling will differ, depending on the archive. For details, see Handling Errors During File and Directory Operations.
CONFIDENTIAL