Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: custom RAPI class for operating with files and folders on mobile device
BOOL CeDeleteFile(
LPCWSTR lpFileName
);
DECLARE INTEGER CeDeleteFile IN rapi;
STRING lpFileName
lpFileName [in] Long pointer to a null-terminated string that specifies the file to be deleted.
Nonzero indicates success.
See also: CeMoveFile and CeCopyFile functions.