$dir is the directory you want to delete files fromuse File::Find; find(\&wanted, $dir); sub wanted { unlink $_ if -M $_ > $days; }
In reply to Re: delete old files (windoze)
by xorl
in thread delete old files (windoze)
by softworkz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |