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.