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

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
 
G

Guest

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
 
V

vikash

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top