G
ginolard
Dim b As Boolean
b = System.IO.Directory.Exists("c:\temp")
MsgBox(b)
Could someone explain why that returns FALSE when c:\temp quite
evidently exists?
b = System.IO.Directory.Exists("c:\temp")
MsgBox(b)
Could someone explain why that returns FALSE when c:\temp quite
evidently exists?