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