purge-tree - (tree)
Contents
Description
purge-tree will delete all <tree> nodes; <tree> must have been created with new-tree. All of <tree>'s
nodes, and their keys/values all deleted.
After purge-tree, the tree is empty and you can use it again (write into it, read from it etc.).
Examples
Delete all tree data:
new-tree mytree
...
purge-tree mytree
Name
purge-tree - (tree)
Purpose
Delete all tree nodes.
See Also
Tree
delete-treeget-treenew-treepurge-treeread-treeuse-cursorwrite-tree See all documentation
$DATE $VERSION GOLF(2gg)
Syntax
purge-tree <tree>
