Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 964 Bytes

CeDeleteFile.md

File metadata and controls

47 lines (31 loc) · 964 Bytes

Home

Function name : CeDeleteFile

Group: Remote Application Programming (RAPI) - Library: rapi


This function deletes an existing file from the object store.


Code examples:

Pocket PC: custom RAPI class for operating with files and folders on mobile device

Declaration:

BOOL CeDeleteFile(
	LPCWSTR lpFileName
);  

FoxPro declaration:

DECLARE INTEGER CeDeleteFile IN rapi;
	STRING lpFileName  

Parameters:

lpFileName [in] Long pointer to a null-terminated string that specifies the file to be deleted.


Return value:

Nonzero indicates success.


Comments:

See also: CeMoveFile and CeCopyFile functions.