Apple AppleScript Finder Guide Manual de usuario Pagina 95

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 168
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 94
CHAPTER 2
Finder Objects
Object Class Denitions 83
EXAMPLE
This script changes the Shared property to false for all sharable containers
that belong to a specified owner:
tell application "Finder"
set shared of sharable containers whose owner is "Greg" to false
end tell
NOTES
The properties Group Privileges, Guest Privileges, and Owner Privileges each
return an object of class Sharing Privileges. You can test for a specific privilege
by checking the values of the Sharing Privileges properties as described in the
next section.
Sharing Privileges 2
An object of class Sharing Privileges corresponds to the group privileges,
guest privileges, or owner privileges selected in the sharing window for a
sharable container.
PROPERTIES
make changes
A Boolean value that corresponds to the Make Changes
checkbox for a specified user or group is selected in a
sharable container’s sharing window.
Class: Boolean
Modifiable: Yes
see files A Boolean value that corresponds to the See Files checkbox for
a specified user or group is selected in a sharable container’s
sharing window.
Class: Boolean
Modifiable: Yes
Vista de pagina 94
1 2 ... 90 91 92 93 94 95 96 97 98 99 100 ... 167 168

Comentarios a estos manuales

Sin comentarios