• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Path from open document to application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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. |
----------------------------------------------------------------------


  • Follow-Ups:
    • Re: Path from open document to application
      • From: Dale Saukerson <email@hidden>
  • Prev by Date: Can I get the pathname of a file open in a not AS-scriptable application?
  • Next by Date: FileMaker and Styled Text
  • Previous by thread: Path from open document to application
  • Next by thread: Re: Path from open document to application
  • Index(es):
    • Date
    • Thread