Hi All,
I have a task of creating a function that will zip all files in a folder based on their timestamp in the file name.
I have the function to zip the files already but i need an easy way of creating a list of files with the same date in the file name.
Basically i want to zip all files for monday in one zip file all files for Tuesday in another etc.
Any simple way of doing this?