Deletes an entire Labbook.
DELETELABBOOK("labname", confirm)
"labname" |
- |
A string. The name of the Labbook to delete. |
||||
confirm |
- |
Optional. An integer, the confirmation flag:
|
An integer, 1 if successful else <= 0.
deletelabbook("MyBook")
deletes the Labbook MyBook with confirmation.
deletelabbook("OldBooksook1", 0)
Deletes the Labbook Book1 in the OldBooks directory without confirmation.
The Labbook name can contain a path.
The currently opened Labbook cannot be deleted. First open a different Labbook, then delete the desired Labbook.