This property returns the fully qualified path of a Node object in a TreeView control.
node.FullPath
The FullPath property is read-only. The property returns a string that represents the path from the root node to node. The string contains the Text property of node and each of the ancestors of node. These strings are separated by the delimiter specified in the PathSeparator property of the TreeView control.