nn::hio::CTR::SetCurrentDirectory Function

Syntax

Result SetCurrentDirectory(
     const char * path
);

Arguments

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.

Changes the current directory in the host to the path specified by path.

Revision History

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

CONFIDENTIAL