Search Results

0
votes
3answers
1k views

RAPI copy file using OpenNETCF.Desktop.Communication.dll

Hello all, I’m currently using the OpenNETCF.Desktop.Communication.dll to copy files from my desktop to a CE device, but I keep getting an error: ‘Could not create remote file’ …
0
votes

RAPI copy file using OpenNETCF.Desktop.Communication.dll

ObjRapi.CopyFileToDevice("C:\results.txt", "\ \results.txt") Opps was a typo. :) Yeah still not working... thanks anyway. …