I have a rule which moves
.rar, .zip, .dmg and etc type files to another folder called zips.
what I want to do is make the rule wait for 10 minutes before it activates.
my plan was to create a rule like the following,
If all {
extension is dmg, zip, .rar (I want to place all of these extension types to the same line)
date created is not in the last 10 minutes
move to folder [selected folder]
----
since I cannot add all the extension types into the same line, I have to use "any" rule for the if statement. could you please recommend me a code example