nn::hio::CTR::Rename Function

Syntax

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

Arguments

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 filenames and directory names.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL