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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing network drives using File System Objects

Status
Not open for further replies.

razorman

Programmer
Aug 23, 2000
1
NL
Hello.

I am trying to access the network drives via ASP. I can do this using the command :

objFileSystemObject (\\machine\files)

But I cannot seem to access the machine by searching for it

i.e. if device.ready
objDrive = (objFileSystemObject.ShareName)

Does any one know how I can see my files ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top