Page 1 of 1

"Date Last Matched" and "Date Last Modified"

PostPosted: Sun Jun 16, 2024 2:02 am
by andy4222
Hi, I'm trying to write a rule which moves files with specific tags to a directory 15 mins after it has been either modified or updated etc.

rule: https://ibb.co/BGKXzGj

For some reason, if I add the tag to an old file, this rule doesn't work.

error:https://ibb.co/Tw3NYBy
more info about file: https://ibb.co/wppTLSv

Any way foolproof way of accomplishing this?

PS: want to do the same thing with directories - that if any file is modified/added/touched etc in the current/or any subdirectory, it should trigger a rule

Re: "Date Last Matched" and "Date Last Modified"

PostPosted: Mon Jun 17, 2024 8:44 am
by Mr_Noodle
Adding a tag does not necessarily update the modified time. You might want to remove that condition.

Re: "Date Last Matched" and "Date Last Modified"

PostPosted: Wed Jun 19, 2024 12:25 am
by andy4222
Mr_Noodle wrote:Adding a tag does not necessarily update the modified time. You might want to remove that condition.



What should the condition be then to satisfy "moving files to a directory 15 mins after it has been either modified or updated etc."

Re: "Date Last Matched" and "Date Last Modified"

PostPosted: Wed Jun 19, 2024 8:49 am
by Mr_Noodle
Does that include adding a tag? Have you tried it without that condition?