nn::hio::CTR::DeleteDirectory Function
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. |
DeleteDirectory(const char *)Deletes the directory specified by path.
The operation fails if the directory is not empty.
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