cedeletefile (rapi)
Last changed: -217.109.85.156

.
Summary
This function deletes an existing file from the object store.

C# Signature:

[DllImport("rapi.dll", CharSet=CharSet.Unicode)]
public static extern bool CeDeleteFile(string lpPathName);

User-Defined Types:

None.

Notes:

Don't forget the init the RAPI first.

function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeDeleteFileRAPI.asp

Tips & Tricks:

Please add some!

Sample Code:

CeDeleteFile("\\test.txt");

Alternative Managed API:

Documentation