If you were following along in the forum:
In the script above, change
set theRecord to import thePath to theGroup
-- if exists theRecord then tell application "Finder" to delete theItem
to this
set theRecord to import thePath to theGroup
-- if exists theRecord then tell application "Finder" to delete theItem
set openMe to open window for record theRecord
I see I never responded to this, I see. Personally, I don’t want DEVONthink deleting things for me. Folder actions are not 100% reliable in OS X – they can fail. I intentionally did not include the code to have Finder delete documents. For me, it is not an improvement or something missing. It’s no thing to go clean up that folder when I’m sure the action succeeeded. So, that’s why in the code above I commented out the suggested addition. Add it back, for those who want. ![]()