hey j

yap - then you'll need to combine this code snippet with another one that recurses through the directory structure. If memory serves, Eric (kholm) and Bryce (Bryce) have posted script fragments to do this ...

Bryce used a strategy whereby he shelled out to the DIR command, piped the result to a file, then read it back into his script ... then for each file, deleted it ...

Erik posted a script that used the DIR() function and recursive gosub calls ...

All one really needs to do is take one of these two scripts and stitch it together with the date delete code to have one heck of a KiXtart 3.63 folder cleanup script ... hopefully one of these two guys can digup their scripts for you ...

-Shawn