NodeDelete ()

Delete a node form the data base.

Usage

NodeDelete( path )

Parameters

path (string)
Data base path of the node.

Return Value

None

Errors

The path should be valid.

Description

This routine deletes a node from the data base. The node address is given by path. For example,
node = item.getPath()
NodeDelete( node )