Good Evening,
I am currently using FileSystemObject to copy files from one location and paste to another. All is well. I want to enhance this a little.
I need to do 2 additional things:
1. I need to loop through all subFolders of the specified folder
2. I need to copy ONLY the files that do NOT have a “CDW” or “DWA” prefix in the file name i.e. cdw_1, dwa_1, enh_1, enh_2. The only files copied are the enh_1 and enh_2.
Can someone point me in the right direction please.
Thanks in advance.