I use
Copywhiz for a while now and have a query.
I need to be able to replicate the Robocopy behavior of "/MINAGE:40" which will EXCLUDE files which have a modified date newer than 40-days.
Actual definition: Excludes files with a Last Modified Date newer than n days or specified date. If n is less than 1900, then n is expressed in days. Otherwise, n is a date expressed as YYYYMMDD
I am unable to set date when I need this to run every single day -40. I would have to reset the date every single day. It has to be a numerical value. Not a date value