Re: Age of files/directories

2006-07-06 Thread Guru Balse
Thanks, Antoine. Focusing on "PatternSets", I completely missed the "Selectors" part of the manual :-) duh! Antoine Levy-Lambert wrote: Hello Guru, use the delete task with nested fileset(s) nesting themselves a date selector. Read the "Concept and Types" section of the ant manual, all

Re: Age of files/directories

2006-07-05 Thread Antoine Levy-Lambert
Hello Guru, use the delete task with nested fileset(s) nesting themselves a date selector. Read the "Concept and Types" section of the ant manual, all the cool stuff is there. Antoine Guru Balse wrote: > From a given directory, I wish to delete any directory that is of a > certain age (example:

Age of files/directories

2006-07-05 Thread Guru Balse
From a given directory, I wish to delete any directory that is of a certain age (example: more than 7 days old). I could not find any task/macro/addin that will support this requirement. Any suggestions? Thanks in advance. -