Page 1 of 1

Color Filters for Recently Modified Folders and Files

Posted: 30 Mar 2018 20:46
by Turion
Hello, I've defined these 3 rules to highlight recently modified files and folders.

Code: Select all

+"Modified or Created in the last 24 hours" ageM: < 24 h; ageC: < 24 h>FFFFFF,74C622
+"Modified or Created in the last hour" ageM: < 1 h; ageC: < 1 h>FFFF00,63A521
+"Modified or Created in the last 3 minutes" ageM: <= 3 n; ageC: <= 3 n>FFFF00,4F831B
shot.png
shot.png (4.83 KiB) Viewed 1977 times
However, files that were modified or created in the last hour and those modified or created in the last 24 hours are colored wrongly.
I suspect the rules are applied in order top to bottom but maybe I'm doing something wrong.
How can I use Color Filters to achieve this?

Re: Color Filters for Recently Modified Folders and Files

Posted: 30 Mar 2018 21:07
by highend
Try to use <= instead of only < in the first two entries

Re: Color Filters for Recently Modified Folders and Files

Posted: 02 Apr 2018 23:52
by Turion
Thank you for the suggestion. It seems to have solved the problem.

Re: Color Filters for Recently Modified Folders and Files

Posted: 06 Mar 2023 19:58
by alxdvc
I am not sure if this color filter considers modified files together to completely new files?
Cause I'd like to color filter NEW files, never opened. While the modified, may consider both those which are completely new and those that have been opened, maybe edited?
I am in a situation in which, in a folder I need to know which files are just new, not modified, but only NEW files, within a certain timeframe, In the screenshot attached, I have this folder where I have turned on the " modified by last 3h" files, but in reality I just want to see the very new created files within the last 3h, those that have never been opened and which are new, within the last 3h.
Is it possible to do this?
thank you

Re: Color Filters for Recently Modified Folders and Files

Posted: 06 Mar 2023 20:02
by highend
? How are "new" files identified if not by either created or modified date?