nn::hio::CTR::SetCurrentDirectory Function

Syntax

Result SetCurrentDirectory(
     const wchar_t * path
);

Parameters

Name Description
in path Buffer storing the path to be set as the current directory.

Return Values

Returns the result of the operation.

Description

Sets the current directory and returns the result of the process. This is the overloaded function when the path is specified in Unicode.

Changes the current directory in the host to the path specified by path.
This is the overloaded function when the path is specified in Unicode.

Revision History

2010/06/14
Added description of arguments and behavior.
2010/03/31
Initial version.

CONFIDENTIAL