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