hi guys, how to copy files over a shared folder on a network from one pc to another pc using vb6?
Printable View
hi guys, how to copy files over a shared folder on a network from one pc to another pc using vb6?
Using FileCopy?
Code:FileCopy "Source", "Destination"
One PC has a program that copies them up, and the other PC has a program that copies them down or they both have the same program that does both.