hi VBScript people,
I get a 'Path not found' error at the CopyFolder statement
Dim oFSO
Set oFSO = CreateObject("Scripting.FileSystemObject")
'-- path error is here.....
oFSO.CopyFolder "\\GM\C$\sys\Common\Scanned\to_be_added_to_website_TEST", "\\Yukon\C$\
Thanks for any help.
John
I get a 'Path not found' error at the CopyFolder statement
Dim oFSO
Set oFSO = CreateObject("Scripting.FileSystemObject")
'-- path error is here.....
oFSO.CopyFolder "\\GM\C$\sys\Common\Scanned\to_be_added_to_website_TEST", "\\Yukon\C$\
Thanks for any help.
John