dialog.fileInfo

Syntax dialog.fileInfo (path)

Params path is a full legal path name to the file whose information you wish displayed.

Action Displays information about the indicated file.

Returns True

Examples dialog.fileInfo ("System:System Folder:Finder")

   » true

The user clicked on the "OK" box after reviewing the information.

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

Notes This verb is implemented as a script.

Information displayed about the file includes:

name

folder

creation date

last modification date

file size

version number (or "busy" if the file is in use when it is checked)

file type ID

file creator ID

Version information is only displayed if the file is an application; documents do not have versions.

Discuss