nn::hio::CTR::CreateDirectory Function

Syntax

Result CreateDirectory(
     const char * path
);

Result CreateDirectory(
     const wchar_t * path
);

List of Overloaded Member Functions

CreateDirectory(const char *) Creates directory and returns the result of the process.
CreateDirectory(const wchar_t *) Creates directory and returns the result of the process. This is the overloaded member function when the directory name is specified in Unicode.

Description of CreateDirectory(const char *)

Creates the directory specified by path.

Description of CreateDirectory(const wchar_t *)

Creates the directory specified by path.
This is the overloaded member function when the directory name is specified in Unicode.


CONFIDENTIAL