tell application Yojimbo
copy last item of collection Recent Items to vLatestItem
get name of vLatestItem
end tell
Of course, you can perform any operation on vLatestItem
rgds!
jab
smime.p7s
Description: S/MIME cryptographic signature
Subject kind of says it all. What's the easiest way to access via
Applescript the item most recently added to Yojimbo? Thanks!
--
--
This message is sent to you because you are subscribed to
the mailing list
On 9/25/07, Kenneth Kirksey [EMAIL PROTECTED] wrote:
Subject kind of says it all. What's the easiest way to access via
Applescript the item most recently added to Yojimbo? Thanks!
Steve Kalkwarf shared an example that does this by getting the last
item of the Recent Items collection: