Color Filters for Recently Modified Folders and Files
Posted: 30 Mar 2018 20:46
Hello, I've defined these 3 rules to highlight recently modified files and folders.
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?
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,4F831BI 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?