nn::hio::CTR::DeleteDirectory FunctionResult DeleteDirectory( const wchar_t * path );
| Name | Description | |
|---|---|---|
| in | path | Directory path. |
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.
CONFIDENTIAL