ServerOperation.getNodeParent

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

class ServerOperation
string
getNodeParent
(
string path
)

Parameters

path string

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

Return Value

Type: string

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