get_node_parent


Description:

public string get_node_parent (string path)

Get the complete path to the parent of the node defined by path

Parameters:

this

a ServerOperation object

path

a complete path to a node (starting with "/")

Returns:

a new string or null if the node does not have any parent or does not exist.