You might consider downloading 4.53...

Try the following, changing the $files variable to a known file that does exist in the path. If that works, change it to *.csv and see if that works.

(untested)
Code:
$server="Server"
$share="Data"
$path="Imported\Test"
$files="filename.csv"

$imported="\\" + $server + "\" + $share + "\" + $path + "\" + files
? $imported
if exist($imported)
  ? "exists"
else
  ? "doesn't exist"
endif


{edit: Oh well... good glad the update fixed the problem... now I wonder if it was the same for me when I was having troubles }


Edited by Allen (2006-12-18 11:53 PM)
_________________________
(... better days ahead)