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.
CONFIDENTIAL