Our network has become very slow so I need to work with local files and I cannot trust the user to copy the files.
The server is a SharePoint server and the url starts with "\\sps.global."
FileCopy doesn't work so has anyone got a solution that will work?
I have looked for hours and tried dozens of solutions for http and local drive to local drive.
I need to copy every file in the folder from the server's url to a local folder.
Among the things I have tried:
Shell "Copy " & strPathToCopy & " " & strSharePointPath
Shell "xCopy " & strPathToCopy & " " & strSharePointPath
FileCopy strPathToCopy, strSharePointPath
Note: strPathToCopy ends with \*.*
Shell copy's error is File not found.
FileCopy said something about a bad file name.
The server is a SharePoint server and the url starts with "\\sps.global."
FileCopy doesn't work so has anyone got a solution that will work?
I have looked for hours and tried dozens of solutions for http and local drive to local drive.
I need to copy every file in the folder from the server's url to a local folder.
Among the things I have tried:
Shell "Copy " & strPathToCopy & " " & strSharePointPath
Shell "xCopy " & strPathToCopy & " " & strSharePointPath
FileCopy strPathToCopy, strSharePointPath
Note: strPathToCopy ends with \*.*
Shell copy's error is File not found.
FileCopy said something about a bad file name.