nn::hio::CTR::DeleteDirectory Function

Syntax

Result DeleteDirectory(
     const char * path
);

Result DeleteDirectory(
     const wchar_t * path
);

List of Overloaded Member Functions

DeleteDirectory(const char *) Deletes directory and returns the result of the process.
DeleteDirectory(const wchar_t *) Deletes directory and returns the result of the process. This is the overloaded member function when the directory name is specified in Unicode.

Description of DeleteDirectory(const char *)

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

Description of DeleteDirectory(const wchar_t *)

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


CONFIDENTIAL