Relevance date of file older than

Hello, I tried searching for what I need but no luck.

I have a file that was modified on different machines on June 21, June 22 & June 23, 2022. I am looking for relevance to look for files that have a date below June 21. So if the file has a time stamp of June 20, 2022 and older then the fixlet will be relevant. If the time stamp is June 21, 2022 and later then the fixlet will not be relevant.

Thanks for your help.

You could use something like

now - modification time of file "C:\Program Files\desktop.ini" < 90*day

Iā€™m not the best with relevance at times but this would be a good start point until one of the smarter people come along with a more definitive answer :smiley:

1 Like

On a phone now, but this should be a good basis

Exists file "xyz.txt" whose (modification time of it as universal date < date("21 Jun 2022")) of folder "<my folder>"

2 Likes