That completely depends on your program. Generally speaking, programs that continually write to files will mark the file as locked. If this is the case, the Hazel will skip the file until it is unlocked.
If this is not the case, you could use a rule that includes something like this:
- Code: Select all
if (all) of the following conditions are met for (the file or folder being processed):
date last modified is not in the last 1 minute
Do the following to the matched file or folder:
…