TheConeHead
Programmer
I am using:
It works fine if I am going somewhere local. The problem is that I need to go to a shared drive. I tried to map to it and use the mapped info (ie Z:\blah\blah\blah) How do I go to a shared drive?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)
Code:
var fso=Server.CreateObject("Scripting.FileSystemObject");
var ofolder=fso.GetFolder(path);
It works fine if I am going somewhere local. The problem is that I need to go to a shared drive. I tried to map to it and use the mapped info (ie Z:\blah\blah\blah) How do I go to a shared drive?
![[conehead] [conehead] [conehead]](/data/assets/smilies/conehead.gif)