D
Dan
I have a requirement to connect to a path such as:
\\server1\root\some_crazy_folder_path
Where the first underscore is a space, and the last two underscores are
ALT255. I have tried the following, based on some samples I've seen on the
web, but it doesn't work:
Dim FileShare As String = "\\server1\root\some crazy & ChrW(&H2663) & folder
& ChrW(&H2663) & path"
msgbox(IO.Directory.Exists(FileShare))
always returns false. Any help on this would be appreciated.
\\server1\root\some_crazy_folder_path
Where the first underscore is a space, and the last two underscores are
ALT255. I have tried the following, based on some samples I've seen on the
web, but it doesn't work:
Dim FileShare As String = "\\server1\root\some crazy & ChrW(&H2663) & folder
& ChrW(&H2663) & path"
msgbox(IO.Directory.Exists(FileShare))
always returns false. Any help on this would be appreciated.