David Božjak
David Božjak

Reputation: 17617

Deleting a file from a smart device (Windows mobile 6.1) using the Smart Device Connectivity API

I'm using Smart Device Connectivity API to transfer files (with FileDeployer class) to my smart device (Windows mobile 6.1) and start processes (using RemoteProcess class) etc. But I can't find a way to delete a file from the device. The msdn site doesn't mention it, and googling about it has proven surprisingly difficult.

Thank you for your help!

Upvotes: 0

Views: 1054

Answers (1)

R Quijano
R Quijano

Reputation: 1301

You can download it from

RAPI OpenNetCF

It has some examples

Upvotes: 2

Related Questions