Parent folder not updating modified date

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
kluv
Posts: 32
Joined: 02 Mar 2011 13:23

Parent folder not updating modified date

Post 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!

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

Re: Parent folder not updating modified date

Post 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
One of my scripts helped you out? Please donate via Paypal

Post Reply