Apple AppleScript Finder Guide Bedienungsanleitung Seite 119

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 168
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 118
CHAPTER 3
Finder Commands
Command Denitions 107
EXAMPLES
This statement closes all Finder windows:
tell application "Finder" to close windows
This statement closes all Finder windows whose name includes the word
“messages”:
tell application "Finder"
close windows whose name contains "messages"
end
You can also specify a container to which a window belongs as the parameter
of the Close command:
tell application "Finder"
close startup disk
end tell
Computer 3
The Computer command is a request for information about the local computer’s
operating environment.
This command is intended for use by programmers only. To use it, you should
be familiar with the Gestalt function as described in Inside Macintosh:
Operating System Utilities.
SYNTAX
computer gestaltSelector [ has bitsToTest ]
Seitenansicht 118
1 2 ... 114 115 116 117 118 119 120 121 122 123 124 ... 167 168

Kommentare zu diesen Handbüchern

Keine Kommentare