LFNDelete

  WORD LFNDelete(lpFile)    
  LPSTR lpFile;    

The LFNDelete function deletes the file specified by the lpFile parameter.

Parameters

lpFile

Points to a null-terminated string specifying the name of the file to delete.

Return Value

The return value is one of the following values.

Value Meaning

0 Success.
2 File not found.
3 Path not found.
5 Access denied.

Comments

The export ordinal for this function is 107.

See Also

LFNMove