nn::fs::DeleteFile Function

Syntax

void DeleteFile(
     const wchar_t * pathName
);

Arguments

Name Description
in pathName Path of the file to delete.

Return Values

None.

Description

Deletes a file.

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


CONFIDENTIAL