nn::hio::CTR::CreateDirectory Function

Syntax

Result CreateDirectory(
     const char * path
);

Arguments

Name Description
in path Directory path.

Return Values

Returns the result of the operation.

Description

Creates directory and returns the result of the process.

Creates the directory specified by path.

Revision History

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

CONFIDENTIAL