how can I directly access a file on the mobile device?

  • Thread starter Thread starter jamie
  • Start date Start date
J

jamie

When I connect a handheld to a PC activesync fires and I can then use file
explorer to see files on the handheld.
What I want to do is have a program on the PC be able to see/copy the files
on the handheld but I can't figure out how to get the path correct

If I go to the address bar in file explorer and type in "mobile device\My
windows mobile-based device\program files\" then I end up in that directory.
However I can't figure out how to do this in code.

Thanks

Jamie
 
You can't. ActiveSync adds a shell extension that makes it appear like the
device is just a folder, but it's not that simple. You have to use RAPI to
access the files.

-Chris
 
You have to make use of Remote API in ur code.

u can get some wrapper class for the same from opennetcf.org as i
recall

thanks & Regards
vikash
 
Back
Top