ServerOperation.getNodeParent

string getNodeParent(string path)

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

Parameters

patha 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.