script (MEL) |
Only available in MEL |
loadNewShelf |
In categories: Windows, Misc. UI |
Go to: Synopsis. Return value. MEL examples.
loadNewShelf (string $file)
This procedure opens a shelf file and loads the shelf
into the current session. The shelf will be saved in
the users shelf directory.
NOTE: The file must be along the script path to be found.
None
Arguments
Variable Name |
Variable Type |
Description |
$file | string | The name of the shelf file.
If null then the user is prompted for a name.
|
loadNewShelf "";