Does anyone know how to determine whether a UNC path exists in VB? I have tried everything and it doesn't work consistantly, even though it may work in debut mode. I have tried:
fso.folderexists("//path/test"
dir("//path/test"
and it does not work consistently.
Thanks,
Ashley
fso.folderexists("//path/test"
dir("//path/test"
and it does not work consistently.
Thanks,
Ashley