nn::hio::CTR::DeleteDirectory Function

Syntax

Result DeleteDirectory(
     const wchar_t * 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. This is the overloaded member function when the directory name is specified in Unicode.

Deletes the directory specified by path.
The operation fails if the directory is not empty.
The overloaded member function when specifying filenames in Unicode.

Revision History

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

CONFIDENTIAL