
FileSystem problem with UNC paths
Dim filename As String = FileSystem.Dir(remotedir, FileAttribute.Normal)
This statement works with local directories, with UNC paths I get this:
"System.IO.IOException: Bad file name or number.
at Microsoft.VisualBasic.CompilerServices.IOUtils.FindFirstFile(Assembly
assem, String PathName, FileAttributes Attributes)
at Microsoft.VisualBasic.FileSystem.Dir(String Pathname, FileAttribute
Attributes)
at blah blah blah..."
Er, what do I do?
Bob