G
Guest
Hi all,
Consider the following:
Dim MyPath as String
MyPath = "\\xxx\yyy"
If I execute ChDir MyPath, I get a "Can't find path" error. But if I execute
ChDir "\\xxx\yyy", I don't get an error. I've also used
SetCurrentDirectoryA(MyPath)
with the same nasty result. Passing a quoted path string, however, works.
Any idea what is going on??? It seems to be central to using a network path
name.
TIA
Alan
Consider the following:
Dim MyPath as String
MyPath = "\\xxx\yyy"
If I execute ChDir MyPath, I get a "Can't find path" error. But if I execute
ChDir "\\xxx\yyy", I don't get an error. I've also used
SetCurrentDirectoryA(MyPath)
with the same nasty result. Passing a quoted path string, however, works.
Any idea what is going on??? It seems to be central to using a network path
name.
TIA
Alan