Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on adding folder items to this_folder after receiving these_items
- repeat with x from 1 to the count of these_items
- set theFile to item x of these_items
- set theTags to {"receipt", "viaDropbox"}
- try
- tell application "Yojimbo"
- set newItem to (import theFile)
- add tags theTags to newItem
- end tell
- end try
- end repeat
- tell application "Finder"
- delete these_items
- end tell
- end adding folder items to
Advertisement
Add Comment
Please, Sign In to add comment