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 ?
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 ?