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.


CONFIDENTIAL