get_node_info
Description:
Get information about the node identified by path
.
The returned ServerOperationNode structure can be copied but not modified; it may change or cease to exist if this changes
Parameters:
this |
a ServerOperation object |
path_format |
a complete path to a node (starting with "/") as a format string, similar to to_string's argument |
... |
the arguments to insert into the format string |
Returns:
a ServerOperationNode structure, or |