Working in VB 6 I'm using FilesSystemObject's CopyFolder. The documentation seems to indicate that if there are files of the same name in the destination folder and overwrite is set to false an error occurs. If the destination folder does not exist it works fine. But it seems that if the folder already exists, whether there are files in it or not, a "File already exists" error occurs. I've also tried using a wild card ("\*") at the end of the origin string (as shown in the documentation) to copy the files from the origin to an existing destination folder but am getting a "Path not found" error, presumably from the origin path.
Is there something I'm missing?
Many thanks,
Ken
Is there something I'm missing?
Many thanks,
Ken