app.openWindow
| Syntax |
app.openWindow (path)
|
| Params |
path is the full path to a file that the application can open.
|
| Action |
Opens the file indicated by the path. Sets the target window to the newly opened window.
|
| Returns |
True if the application could open the file, false otherwise.
|
| Examples |
app.start ("MinApp"); app.openWindow ("System:Dave's email") » true
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
If the file is already displayed in a window, the verb brings the window to the front and returns true.
|
| See Also |
app.closeWindow
|