[font=verdana, arial, helvetica]Esteemed Forum Participants and Lurkers:
The only way I have found to copy multiple files is to do a loop on a directory and copy file-by-file with "FileCopy(src, dest)". The "src" and "dest" fields evidently do NOT take wild cards. [/font]
[font=verdana, arial, helvetica]
This File-by-file loop to copy is HORRIBLY slow! I have one folder of 166 files to copy. Is there any other FAST way to do it? I even thought about writing a batch file to do a wild card copy, and then calling it from VB.
Thanks for any comments, suggestions, or assistance.[/font]
The only way I have found to copy multiple files is to do a loop on a directory and copy file-by-file with "FileCopy(src, dest)". The "src" and "dest" fields evidently do NOT take wild cards. [/font]
[font=verdana, arial, helvetica]
This File-by-file loop to copy is HORRIBLY slow! I have one folder of 166 files to copy. Is there any other FAST way to do it? I even thought about writing a batch file to do a wild card copy, and then calling it from VB.
Thanks for any comments, suggestions, or assistance.[/font]