Finder.about
| Syntax |
Finder.about ()
|
| Params |
None required.
|
| Action |
Displays the Finder's "About" window showing all open applications, the amount of memory they are using, the amount they have been allocated, and other useful information. It also brings the Finder to the front.
|
| Returns |
True
|
| Examples |
Finder.about () » true
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
This old verb is retain for compatibility. If you use only the scriptable Finder, consider using the scriptable Finder implementation of the verb: Finder.open (objspec (Finder.aboutThisMacintosh))
|