Delete partial Download

Hello
I would like to delete files that are not fully downloaded and appear with a name like xxx.xxx.download.
I have created the following rule but it does not work although the test indicates that the rules are valid.
What is wrong or missing?
Thanks
I would like to delete files that are not fully downloaded and appear with a name like xxx.xxx.download.
I have created the following rule but it does not work although the test indicates that the rules are valid.
What is wrong or missing?
- Code: Select all
if (all) of the following conditions are met
(full name) (ends with) download
(Date added) (is not in the last) 4 (hours)
Do the following to the matched file or folder:
(Move) to folder (Trash)
Thanks