Apple AppleScript Finder Guide Manual de usuario Pagina 77

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 168
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 76
CHAPTER 2
Finder Objects
Object Class Denitions 65
EXAMPLE
This script returns references to all the folders at the top level of the startup
disk that have been modified in the last 24 hours:
tell application "Finder"
folders of startup disk where ¬
modification date > ((current date) - 24 * hours)
end tell
Font File 2
An object of class Font File is a file that contains font data.
PROPERTIES
A font file has all the properties defined for object class File on page 61: Creator
Type, File Type, Locked, Product Version, Stationery, and Version.
Like any other file, a font file also has all the properties defined for object class
Item on page 73: Bounds, Comment, Content Space, Container, Creation Date,
Disk, Folder, Icon, ID, Information Window, Kind, Label Index, Modification
Date, Name, Physical Size, Position, Selected, Size, and Window.
ELEMENT CLASSES
None
COMMANDS HANDLED
Clean Up, Copy, Count, Data Size, Delete, Duplicate, Exists, Get, Move, Open,
Put Away, Reveal, Select, Sort, Update
Vista de pagina 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 167 168

Comentarios a estos manuales

Sin comentarios