Feature Request: Trigger Token to Show if File Was Added or Removed

I have a macro that triggers when a file is added to or removed from my Downloads folder. I can use the %TriggerValue% token to get the path of the file that was added or removed. But as far as I can tell there's no token that will indicate whether that file was added or removed.

I can work around this by checking whether the file exists at the path contained in the %TriggerValue% token but it seems like I should be able to get a more specific token here.

@peternlewis?

The Trigger token will differentiate between the two if you use two triggers, one of each kind.

2 Likes

That works! Good solution, thanks.