Color Filters for Recently Modified Folders and Files

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Turion
Posts: 30
Joined: 01 Jun 2012 20:46

Color Filters for Recently Modified Folders and Files

Post 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 1978 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?

highend
Posts: 14570
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Color Filters for Recently Modified Folders and Files

Post by highend »

Try to use <= instead of only < in the first two entries
One of my scripts helped you out? Please donate via Paypal

Turion
Posts: 30
Joined: 01 Jun 2012 20:46

Re: Color Filters for Recently Modified Folders and Files

Post by Turion »

Thank you for the suggestion. It seems to have solved the problem.

alxdvc
Posts: 45
Joined: 14 Jun 2015 11:02

Re: Color Filters for Recently Modified Folders and Files

Post 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
Attachments
modified file.jpg
modified file.jpg (177.76 KiB) Viewed 882 times

highend
Posts: 14570
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Color Filters for Recently Modified Folders and Files

Post by highend »

? How are "new" files identified if not by either created or modified date?
One of my scripts helped you out? Please donate via Paypal

Post Reply