Network filecopy
Hi eilert,
I used this code (basic4ppc- but should work also with basic4android) for copying csv-files from a barcodescanner to a notebook via an accesspoint (wlan):
FileCopy (source, "\\fair\transfer\" & destination )
Source : string containing path and filename
"\\fair\transfer\" : Destination directory on notebook c:\fair\transfer\
Destination : Filename like test.csv
Make sure that your destination folder is "really" a shared one. I spent a lot of time searching because copying wont work right away from the start.
Hope this helps...