Scripting Additions Guide
Table Of Contents
CHAPTER 2
Scripting Addition Commands
Command Definitions 29
RESULT
A record of object class File Info (defined by the File Commands scripting
addition) that contains the following properties:
name Name of file or folder.
Class: String
creation date
Date and time the file or folder was first created.
Class: Date
modification date
Date and time the file or folder was last modified.
Class: Date
icon position
Location of the upper-left corner of the file or folder’s icon.
Class: Point (defined by the QuickDraw suite as a two-item list
of integers for horizontal and vertical coordinates)
visible A value that indicates whether the file or folder’s icon is visible
on the desktop (true) or not (false).
Class: Boolean
Modifiable? No
size The size of the file or folder in bytes.
Class: Integer
Modifiable? No
folder A value that indicates whether the object described by the File
Info record is a folder (true) or a file (false).
Class: Boolean
Modifiable? No
alias Indicates whether the file is an alias (true) or not (false).
Class: Boolean
Modifiable? No
folder window
Four integers that specify the bounding rectangle of the folder
window. Returned for folders only.
Class: Bounding rectangle (a list of four integers)
Modifiable? No