nn::hio::CTR::Rename FunctionResult Rename( const char * newName, const char * oldName );
| Name | Description | |
|---|---|---|
| in | newName | New name. |
| in | oldName | Path of the file or directory to rename. |
Changes file/directory name and returns the result of the process.
Changes the name of the file or directory specified by oldName to that specified by newName.
CONFIDENTIAL