Hi, When I create a directory say d1 and after 5 seconds d1/d2, then d1 timestamp gets updated to that of d2. After 5 seconds, when I create d1/d2/d3, only d2 timestamp gets updated to d3 but not that of d1.
Basically, my requirement is that not only the parent folder but all the folders from root to parent folder must get updated with the time of the parent folder.
Is there any way to update the timestamp of d1 with that of d3?
Please clarify.