What's New in QuickTime 4.1
| Previous | Chapter Contents | Chapter Top | Next |
The exists command verifies that an object exists.
exists: Verify if an object exists
exists reference -- the object in question
Result: boolean -- true if it exists, false if not
tell application "QuickTime Player"
if exists track "Video Track" then export to file¬ Macintosh HD:Desktop Folder:Sample Movie.pict" as¬
| Previous | Chapter Contents | Chapter Top | Next |