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", True
If not working, try to manually MAP to the network and pass the network path and try.
AlexKaras
Champion Level 1
11 years agoEven more simple one-liner that uses aqFileSystem.CopyFile() call might be considered... :)