nn::hio::CTR::SetCurrentDirectory FunctionResult SetCurrentDirectory( const char * path ); Result SetCurrentDirectory( const wchar_t * path );
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. |
SetCurrentDirectory(const char *)Changes the current directory in the host to the path specified by path.
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