Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sync Files to mobile device

Status
Not open for further replies.

BuilderSpec

Programmer
Dec 24, 2003
383
GB
Hi

When activesync runs it creates a folder in explorer called "Mobile Device" . is there a way I can access this Mobile Device as a folder / drive / directory so i can write files programmatically to the device directory structure.

using C++ Builder 6

thanks


Hope this helps!

Regards

BuilderSpec
 
Let's start with the basics. How do you access this folder from the command prompt? The semantics should be the same in the program. Does Windows think this is a server, i.e. \\Mobile Device? Can you map this to a driver letter?




James P. Cottingham
-----------------------------------------
I'm number 1,229!
I'm number 1,229!
 
i don't access it from the command prompt.

It appears on the Explorer left hand pane in much the same way as "Control Panel" does etc. Once Microsoft ActiveSync has connected the device it appears there..



Hope this helps!

Regards

BuilderSpec
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top