B
Bruce
in my code below a is a path to a remote server. How can I test if the path
exists;
i.e if a something then....
Bruce
Private Sub copyDB()
Set fs = CreateObject("Scripting.FileSystemObject")
myDest = Array("\\myServer\myShare\myFolder\")
For Each a In myDest
If a not exist then
Msgbox(“Path not Foundâ€)
End
End if
Next a
End Sub
exists;
i.e if a something then....
Bruce
Private Sub copyDB()
Set fs = CreateObject("Scripting.FileSystemObject")
myDest = Array("\\myServer\myShare\myFolder\")
For Each a In myDest
If a not exist then
Msgbox(“Path not Foundâ€)
End
End if
Next a
End Sub