Forum Discussion
scsvel
11 years agoFrequent 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", TrueIf not working, try to manually MAP to the network and pass the network path and try.
AlexKaras
11 years agoCommunity Hero
Even more simple one-liner that uses aqFileSystem.CopyFile() call might be considered... :)