Apple AppleScript Finder Guide Manuel d'utilisateur Page 91

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 168
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 90
CHAPTER 2
Finder Objects
Object Class Denitions 79
DEFAULT VALUE CLASS RETURNED
A reference or (if you use the plural form processes) a list of references
of the form
application "ProcessName"
where ProcessName is the name of a process as it appears in the
Applications menu.
EXAMPLE
In the first version of the Finder scripting software, this script returns a list of
all processes except the Finder itself:
tell application "Finder"
every process
end tell
In later versions, the list of processes returned includes the Finder. To
exclude the Finder, use the statement every process whose file
type is not "FNDR".
Sharable Container 2
An object of class Sharable Container is a container that can be shared.
PROPERTIES
A sharable container has all the properties defined for object class Container
on page 43: Completely Expanded, Container Window, Entire Contents,
Expandable, Expanded, Previous List View, Selection, and View.
Like any other container, a sharable container also has all the properties
defined for object class Item on page 73: Bounds, Comment, Container, Content
Space, Creation Date, Disk, Folder, Icon, ID, Information Window, Kind,
Label Index, Modification Date, Name, Physical Size, Position, Selected, Size,
and Window.
Vue de la page 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 167 168

Commentaires sur ces manuels

Pas de commentaire