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...
For instance the following does not wok:
If IO.Directory.Exists("Z:\Shared Documents\daily01") Then
Continue reading...