GetFolder - Path Not Found 
Author Message
 GetFolder - Path Not Found

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



Fri, 10 Oct 2003 23:02:25 GMT  
 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



Sat, 11 Oct 2003 11:24:25 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. GetFolder - Path Not Found

2. GetFolder gives me PATH not found

3. Long Path Names give Runtime error 76 - Path not found

4. Long Path Names give Runtime error 76 - Path not found

5. VBScript Path Not Found Error when running in IIS

6. Path not found in W95

7. Path not found error??

8. objFolder.Size not finding correct path.

9. Path not found

10. Path Not found on Get Folder

11. Path Not Found on Get Folder Object

12. Error 76 Path not found with folder object

 

 
Powered by phpBB® Forum Software