path to mobile device folder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I would like to write a program to pull data from a mobile device onto my
computer so that the user doesn't have to manually copy files.

Is this possible and if it is how would I go about doing this.

Thanks
 
The Remote API, or RAPI, can do that. There's a managed code wrapper for it
in OpenNETCF's library of stuff. www.opennetcf.org. The calls are
DEVICETODESKTOP() and DESKTOPTODEVICE(), if I remember right...

Paul T.
 
The "mobile device" is not a folder. It simply looks that way due to
ActiveSync's use of a shell extension. You need to look at RAPI for copying
files to and from the device. Google will find all you could possible want.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top