Page 1 of 1

Parent folder not updating modified date

Posted: 14 Nov 2024 02:13
by kluv
I'm using color filters to easily see what folders I've modified. I noticed that my parent folders with 2 or 3 sub folders wasn't updating. The sub folders changed their modified dates but the parent folder did not.

The color filters I'm using are:
ageM: d //modified today
ageM: <= 20 d //modified in the last 20 days

Is there a setting I'm not checking?

Any help would be appreciated. Thank you!

Re: Parent folder not updating modified date

Posted: 14 Nov 2024 05:13
by highend
The propagation is bound to only one level in the hierarchy.

Code: Select all

D:\test
D:\test\sub
D:\test\sub\file.txt
If I delete D:\test\sub\file.txt
then only D:\test\sub will get the new modified date, not D:\test