Is there any way I can recursively create a directory and set the last modified date of each directory ????
For example, we create /testparent/testdir/test/ directory, and we want to set the last modified date to all the child directory.
/testparent/ last modified date 2012/01/01
/testparent/testdir/ last modified date 2012/01/01
/testparent/testdir/test/ last modified date 2012/01/01