Applescript to get modified date of file selected in Yojimbo

2008-01-14 Thread Christopher Dare
Hi there! I want an Applescript that will grab the modified date of a file selected in Yojimbo. Here is how I want it to work: 1) Select file in Yojimbo 2) Execute an applescript. (either from the Script menu, or Quicksilver or TypeIt4Me/TextExpander) 3) The Applescript gets the Modified date of

Re: Applescript to get modified date of file selected in Yojimbo

2008-01-14 Thread Steve Kalkwarf
I want an Applescript that will grab the modified date of a file selected in Yojimbo. Keep in mind that there aren't files in Yojimbo. If you want to get the modification date of an item in Yojimbo: tell application Yojimbo set selectedItem to selection set modDate to modification