Forum Discussion
scsvel
Frequent Contributor
Did you tried with simple code, without network mapping.
Set oFSO = CreateObject("Scripting.FileSystemObject") oFSO.CopyFile "C:\Files\Test.txt", "\\compname\c$\destination_Folder\Test.txt", True
If not working, try to manually MAP to the network and pass the network path and try.
AlexKaras
10 years agoChampion Level 3
Even more simple one-liner that uses aqFileSystem.CopyFile() call might be considered... :)
Related Content
- 2 years ago
- 4 years ago
- 4 years ago
Recent Discussions
- 2 hours ago