FullPath

This property returns the fully qualified path of a Node object in a TreeView control.

Syntax

node.FullPath

Parameters

node
Object expression that evaluates to a Node object.

Remarks

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.