nn::fs::DeleteDirectory Function
void DeleteDirectory(
const wchar_t * pathName
);
| Name | Description | |
|---|---|---|
| in | pathName | Path of the directory to delete. |
Deletes a directory.
This function does not return processing results and it is therefore impossible to handle errors. In general, use TryDeleteDirectory.
CONFIDENTIAL