nn::fs::DeleteDirectory Function

Syntax

void DeleteDirectory(
     const wchar_t * pathName
);

Arguments

Name Description
in pathName Path of the directory to delete.

Return Values

None.

Description

Deletes a directory.

This function does not return processing results and it is therefore impossible to handle errors. In general, use TryDeleteDirectory.


CONFIDENTIAL