I want to delete files that are older than 1/2 hr in a particular directory. the only way I can think of doing it is by doing a "test" and comparing the date to another file. I would then have to create -that- comparison file 1/2 hour before. Is there an easier way?