Hi everbody,
I have written an application for a datalogic memor barcode-scanner. The purpose is taking orders during shows and exhibitions.
Everything is working fine. But I am facing difficulties sending files from the device to my notebook via wlan using an accesspoint.
- The wlan has been tested
- I can access the shared directory on my notebook with another notebook
This does not work: FileCopy (fname, "\\192.168.0.210\transfer\" & fname2 ) :BangHead:
Fname is a nortmal filename like this: app.path + ABC.CSV where as \\192.168.0.210\transfer\" & fname2
transfer ist the shared directory on my notebook.
Has anybody had the same probs in the past?
Has filecopy a problem with paths like that: \\192.168.0.210\transfer\ ?
Any hints are highly appreciated...
Thanx fatman
I have written an application for a datalogic memor barcode-scanner. The purpose is taking orders during shows and exhibitions.
Everything is working fine. But I am facing difficulties sending files from the device to my notebook via wlan using an accesspoint.
- The wlan has been tested
- I can access the shared directory on my notebook with another notebook
This does not work: FileCopy (fname, "\\192.168.0.210\transfer\" & fname2 ) :BangHead:
Fname is a nortmal filename like this: app.path + ABC.CSV where as \\192.168.0.210\transfer\" & fname2
transfer ist the shared directory on my notebook.
Has anybody had the same probs in the past?
Has filecopy a problem with paths like that: \\192.168.0.210\transfer\ ?
Any hints are highly appreciated...
Thanx fatman