nn::hio::CTR::Rename Function

Syntax

Result Rename(
     const char * newName,
     const char * oldName
);

Parameters

Name Description
in newName New name.
in oldName Path of the file or directory to rename.

Return Values

Returns the result of the operation.

Description

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.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL