Hi,
How can I copy a server side file to my local machine,
I've tried using:
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject"
fso.CopyFile " \files\test_file.doc", "C:\test_file.doc"
But I get an error message, that the URL file path is incorrect.
How can I copy a server side file to my local machine,
I've tried using:
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject"
fso.CopyFile " \files\test_file.doc", "C:\test_file.doc"
But I get an error message, that the URL file path is incorrect.