how to use ant script to create directory and set last modified date

50 Views Asked by At

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
0

There are 0 best solutions below