nn::hio::CTR::DeleteDirectory Function

Syntax

Result DeleteDirectory(
     const char * path
);

Arguments

Name Description
in path Directory path.

Return Values

Returns the result of the operation.

Description

Deletes directory and returns the result of the process.

Deletes the directory specified by path.
The operation fails if the directory is not empty.

Revision History

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

CONFIDENTIAL