| Syntax |
fileMenu.saveMyRoot (adrInRoot)
|
| Params |
adrInRoot is the address of some object, possibly in a guest database.
|
| Action |
Save the object database containing adrInRoot.
|
| Returns |
True
|
| Examples |
fileMenu.saveMyRoot (@["C:\\people.root"].Mancuso.Bull)
fileMenu.saveMyRoot (this) //save the database containing the script that's running
|
| Notes |
New verb: 10/15/98; 6:06:55 AM by DW.
It's implemented as a script.
|
| See Also |
fileMenu.save
|