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