Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getFolder issue

Status
Not open for further replies.

TheConeHead

Programmer
Aug 14, 2002
2,106
US
I am using:
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]
 
You would need to change the anonymous user that the webite uses to a domain user account with access to where you want to go.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top