WORD LFNDelete(lpFile) | |||
LPSTR lpFile; |
The LFNDelete function deletes the file specified by the lpFile parameter.
lpFile
Points to a null-terminated string specifying the name of the file to delete.
The return value is one of the following values.
Value | Meaning |
0 | Success. |
2 | File not found. |
3 | Path not found. |
5 | Access denied. |
The export ordinal for this function is 107.