Check for file existance over a network drive.
I am trying to check for the existance of a file over a network drive using file.exist. So far, I can only get it to work on my local machine (C:\Test.txt) but not over the network (\\test\test_folder\Test.txt). Full permissions have been given to everyone. Any ideas?
Thanks
|