Hi gurus
I want to check if an UNC exist using Scripting.FileSystemObject .GetFolder("\\MYUNCPATH\MYFLD")
If it does not exist it will flag error 76. In some pc, the response is fast but in some it may take up to 2 minutes before err is flagged.
Is there another faster way yet easy. Hopefully.