Finder.showClipboard
| Syntax |
Finder.showClipboard ()
|
| Params |
None required.
|
| Action |
Opens a window in which you can view the contents of the system Clipboard. It also brings the Finder to the front
|
| Returns |
True
|
| Examples |
Finder.showClipboard () |
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
With the Scriptable Finder, you can use: with objectModel, Finder { open (clipboard) } It is harmless to use the Finder.showClipboard verb when the Clipboard is already visible.
|
| See Also |
Finder.open
|