FullPath Property

           

Returns the fully qualified path of the referenced Node object in a TreeView control. When you assign this property to a string variable, the string is set to the FullPath of the node with the specified index.

Syntax

object.FullPath

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

The fully qualified path is the concatenation of the text in the referenced Node object's Text property with the Text property values of all its ancestors. The value of the PathSeparator property determines the delimiter.