I am trying to copy entire directory including all the files and subdirectories inside from PC into WinCE (Mobile Device).
I am aware of the RAPI.DLL to control files within WinCE, but I doesn't seem to work between PC and WinCE. Neither the Win32 file control interface.
It would be appreciated if someone helps me to solve this puzzle.
Any open source wrapper class for reference would be fine as well.
Thank you in advance
To copy file to a device you have a few options:
Note how every one of these requires something be on the device and set up to allow the PC to interact with the device. Which one(s) will work is highly dependent on your specific OS configuration.