tags:

views:

16

answers:

0

Hi,

My program needs to scan a directory of files and process those newly modified. I thought I could do something as in a build.xml

mytask
  fileset 
    modified
  /
/

But I want to do it programmatically. Any tips?

Thanks

Bing