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 date of item 1 of selectedItem
end tell


--
------------------------------------------------------------------
This message is sent to you because you are subscribed to
 the mailing list <yojimbo-talk@barebones.com>.
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>

Reply via email to