NodeRename ()

Rename a node in the data base.

Usage

NodeRename( path, newAddr )

Parameters

path (string)
Data base path of the node.
newAddr (string)
The node new name.

Return Value

None

Errors

The path should be valid.

Description

This routine changes the name of the node to a new name. The old name is given by path and the new name is given by newAddr. For example,
node = args
NodeRename( node + RS + oldName, node + RS + newName )