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!
Moderator: General Moderators
Code: Select all
file_exists("//computername/folder/file.ext"); //Returns FALSE even if the file DOES exist.