fnagel / deletefiles

TYPO3 extension deletefiles
http://typo3.org/extensions/repository/view/deletefiles
GNU General Public License v2.0
2 stars 5 forks source link

[TASK] Regex filter for folder- and filenames #11

Open mkarulin opened 7 months ago

mkarulin commented 7 months ago

Add new field to the scheduler task called "Regular expression for folder and file names" This allows you to only delete files or folders that match the regex. Only the basename of the deletable item will be matched.

Example: Path: fileadmin/userupload Regex: /^folder/

Matches: fileadmin/user_upload/folder_12345 but not fileadmin/user_upload/otherfolder_12345