I used to be able to reference a remote file using the remote computer name (svrname) on the file name - i.e //svrname/some_dir/some_file.txt - in my vbscript
Recently, when I evaluate if this file exist, I am getting file not found even if the file exists.
My workaround is to use mapped-letter directory - i.e m:\s=ome_dir\some_file.txt.
Can anybody tell me what happened and how I can restore?
Any help will be greatly appreciated.
Recently, when I evaluate if this file exist, I am getting file not found even if the file exists.
My workaround is to use mapped-letter directory - i.e m:\s=ome_dir\some_file.txt.
Can anybody tell me what happened and how I can restore?
Any help will be greatly appreciated.