Quote:
Originally Posted by giovannicosta
How can I make files older than 60 days that have not been accessed delete themselves automatically?
|
First, you need to add a field to the dl_files table to track the last time a file was accessed. Then you need to write a vbcron file that checks that field and deletes files that meet your criteria. What you want isn't currently supported but it's a good idea.