DeleteFile
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
This function deletes a file from a file system. A RAPI version of this function exists called CeDeleteFile (RAPI).
Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.
If the file does not exist, this function fails.
Use the RemoveDirectory function to delete a directory.
This function fails if an application attempts to delete a file that is open for normal I/O or as a memory-mapped file.
To close an open file handle, use the CloseHandle function.