- Код: Выделить всё
Dim m() As String
m = Directory.GetDirectories("\\compname\")
Dim dir As String
Console.WriteLine(m.Length)
For Each dir In m
Console.WriteLine(dir)
Next
Всё это дело выдаёт ошибку:
ArgumentException was unhandled
The UNC path should be of the form \\server\share.