Administration 

Just add a new scheduler task via scheduler module. You need to define the default values and the deletefiles specific ones:

Path

Define the path to clean. No ending slash. Please double check if its correct.

Regular expression for file and folder name

Define a regex filter for the base name of the file or folder (depending on the delete method) to be cleaned. Example: "/^form_/" will clean folders or files that start with "form_".

Minimum age

The minimum age of a file or a directory to be deleted by this extension. Checks for the last modified timestamp.

Delete Method

What to delete and how to check which files to delete. Please see “Delete Methods” section below.