nn::hio::CTR::SetCurrentDirectory Function

Syntax

Result SetCurrentDirectory(
     const char * path
);

Result SetCurrentDirectory(
     const wchar_t * path
);

List of Overloaded Member Functions

SetCurrentDirectory(const char *) Sets the current directory and returns the result of the process.
SetCurrentDirectory(const wchar_t *) Sets the current directory and returns the result of the process. This is the overloaded function when the path is specified in Unicode.

Description of SetCurrentDirectory(const char *)

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

Description of SetCurrentDirectory(const wchar_t *)

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.


CONFIDENTIAL