fileMenu.saveMyRoot
| 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 if the object is located in Frontier.root, otherwise the file path of the guest database that contains the object.
|
| 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
|