nn::hio::CTR::CreateDirectory Function

Syntax

Result CreateDirectory(
     const wchar_t * path
);

Parameters

Name Description
in path Directory path.

Return Values

Returns the result of the operation.

Description

Creates directory and returns the result of the process. This is the overloaded member function when the directory name is specified in Unicode.

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

Revision History

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

CONFIDENTIAL