FAQ & Knowledge Base

Welcome to our Knowledge Base. Search or browse through the topics below to find answers to your questions.

Categories: ShellBrowser .NET Components | Show all categories

Getting the full path of the seleced item

Question / Problem

How do I get the full path of the selected tree node or list item in ShellListView, ShellTreeView or ExplorerBrowser?

Answer / Solution

Using the ShellListView and ExplorerBrowser, you may use a ListItem's "FullPath" property. The selected items are available using the "SelectedItems" property.

The ShellTreeView holds the selected path in the "SelectedPath" property.