Re: Path from open document to application
Re: Path from open document to application
- Subject: Re: Path from open document to application
- From: Michelle Steiner <email@hidden>
- Date: Fri, 9 Mar 2001 17:58:41 -0800
On 3/9/01 3:48 PM, Dale Saukerson <email@hidden> wrote:
>
Can I somehow use AppleScript to get the path from QuickTime Player
>
to its open document, switch to the finder, label it, and return to
>
QuickTime Player?
tell application "QuickTime Player"
set the movieFile to the original file of movie 1 of the front window
end tell
tell application "Finder"
set the label index of the movieFile to 0
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------