nn::hio::CTR::Rename FunctionResult Rename( const wchar_t * newName, const wchar_t * 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. This is the overloaded member function when the name is specified in Unicode.
Changes the name of the file or directory specified by oldName to that specified by newName. This is the overloaded member function when the name is specified in Unicode.
CONFIDENTIAL