I notice that once I add an action to create an alias, that any subsequent actions in the rule (like rename, sort, tags etc) are applied to the alias, not the original file. This is great and exactly what I want. My question is...if I have an action to run an AppleScript which occurs AFTER those actions which affect the alias, what "file" is Hazel passing into the Applescript (as 'theFile')? Is it the original file or the alias that was subsequently created? If it's the alias, I assume I just need to re-sequence my actions to have the AppleScript run before the alias is created? Is that right?