file functions do not work with mapped drive to Sharepoint

  • Thread starter Thread starter dmcdivitt
  • Start date Start date
D

dmcdivitt

Guest
The .Net System.IO functions do not work on a drive letter mapped to a Sharepoint URL. This is for an app made with VB and Visual Studio. But filesystemobject calls do work from VBScript. Should this be reported as a bug to Microsoft?

For instance the following does not wok:
If IO.Directory.Exists("Z:\Shared Documents\daily01") Then

Continue reading...
 
Back
Top