nn::hio::CTR::DeleteDirectory FunctionResult DeleteDirectory( const char * path );
| Name | Description | |
|---|---|---|
| in | path | Directory path. |
Deletes directory and returns the result of the process.
Deletes the directory specified by path.
The operation fails if the directory is not empty.
CONFIDENTIAL