nn::fs::RenameDirectory Function
void RenameDirectory(
const wchar_t * currentPath,
const wchar_t * newPath
);
| Name | Description | |
|---|---|---|
| in | currentPath | Path to rename |
| in | newPath | Renamed path |
Renames a directory.
This function does not return processing results and it is therefore impossible to handle errors. In general, use TryRenameDirectory.
CONFIDENTIAL