Finder.reveal
| Syntax |
Finder.reveal (path)
|
| Params |
path is the path to an object you wish to display in its folder's window. With Scriptable Finder, path may also be a specifier for that object (or a suitable list)
|
| Action |
Scrolls to and selects the object at path in its folder's window, opening the window if necessary first. It also brings the Finder to the front.
|
| Returns |
With the original Finder: true With the scriptable Finder: a specifier (or list) for the revealed object(s)
|
| Examples |
Finder.reveal ("System:Frontier Folder:UserLand Frontier") » true
The window for the folder "Frontier Folder" opens and scrolls to make the application "UserLand Frontier" visible. Then it selects this application. |
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|