Hi there,
I tried to use filesystemobject to get the foler object which is a mapped network drive. The code I'm using is:
Set fso = CreateObject("Scripting.FileSystemObject")
Set objfolder = fso.GetFolder("G:\Test")
'or
'Set objfolder = fso.GetFolder("G:\Test\")
(G:\ is a mapped network drive.)
I got back the "Path not found" error message when I ran the code. I set the securety property of the drive to let everyone have the full access.
Any help? Thanks in advance.
Yolande
I tried to use filesystemobject to get the foler object which is a mapped network drive. The code I'm using is:
Set fso = CreateObject("Scripting.FileSystemObject")
Set objfolder = fso.GetFolder("G:\Test")
'or
'Set objfolder = fso.GetFolder("G:\Test\")
(G:\ is a mapped network drive.)
I got back the "Path not found" error message when I ran the code. I set the securety property of the drive to let everyone have the full access.
Any help? Thanks in advance.
Yolande