Reputation: 229
I have a folder containing over 485 Zipped Files. The name of each file has uniform characters with a varying date. I need to do something for files that have the same date. How can I do so? Below is a slice of the file names I have:
I basically need to run a loop through the entire list of files with sub-loops on file numbers that have the same date. How can I do so?
Upvotes: 1
Views: 40