I am looking to traverse files in a folder and move them into monthly zip files (yyyy-mm.zip) based on the files creation dates. Looking at the documentation I can see how its possible to create zip archives and how potentially date ranges could be used to select the list of files that need moved into each zip archive I create. What I am struggling with is how to traverse the folder containing the list of files and construct valid date ranges for each year/month. My assumption is that dates...
Read more
Read more