nn::hio::CTR::SetCurrentDirectory FunctionResult SetCurrentDirectory( const wchar_t * path );
| Name | Description | |
|---|---|---|
| in | path | Buffer storing the path to be set as the current directory. |
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.
CONFIDENTIAL