File_Exists Network Path
Posted: Tue Oct 18, 2005 10:05 am
I'm having problems with Verifying that a file exists on a LAN computer,
For some or other reason this doesn't work:
If tried all combos "//", "/", "\","\\"
If anyone can help, PLEASE!
For some or other reason this doesn't work:
Code: Select all
file_exists("//computername/folder/file.ext"); //Returns FALSE even if the file DOES exist.If anyone can help, PLEASE!