why AM I getting the error THAT FILE DOES NOT EXISTS .. and I have the file on my DISK !?!?!? don't get it !!!
10x
Armando
for example .. I use funtion ..
if (file_exists("c:\myfile.txt")) { print "file exists"; } else { print "file does not exists"; }
I allways get DOES NOT EXISTS!!!
10x Armando
Try: if (file_exists("c:/myfile.txt"))
works now !
How would you get this to work with named pipes ?
\server\shared\file.txt
I tried ...
//server/shared/file.txt
This doesnt work -- I also tried to map a directory and that didnt work either.