How to: transfer a file to a PPC storage card with c# example code?

  • Thread starter Thread starter David
  • Start date Start date
D

David

I need C# example code to transfer a file to a PPC storage card. Not
sure if this function is part of .net or do I need to call an API or
activersync?

Thanks
 
Are you talking about writing to the storage card from code running on the
PPC? If that's the case, you can just refer to "\Storage Card".

If you want to get the file onto the PC from the host PC, you will probably
have to interact with ActiveSync to get it done.

--
Eric Gunnerson

Visit the C# product team at http://www.csharp.net
Eric's blog is at http://blogs.gotdotnet.com/ericgu/

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top