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