
GetFolder - Path Not Found
var folder = fso.GetFolder("\\\\RemoteMachineName\\\\Publications\\Documents");
--
Michael Harris
Microsoft.MVP.Scripting
--
Please do not email questions - post them to the newsgroup instead.
--
Hello:
I am having trouble using the GetFolder function to access a folder on a remote
system (within my LAN). The path I am passing to it is as follows:
var folder = fso.GetFolder("\\RemoteMachineName\\Publications\\Documents");
This returns:
Error Type:
Microsoft JScript runtime (0x800A004C)
Path not found
/intranet/hs~project.asp, line 71
Any suggestions?
Thanks