FAQ & Knowledge Base

Herzlich Willkommen in unserer Wissensdatenbank. Nutzen Sie die Suchfunktion oder durchstöbern Sie unsere Kategorien, um Antworten auf Ihre Fragen zu erhalten.

Kategorien: ShellBrowser .NET Components | Alle Kategorien anzeigen

Die folgenden Inhalte sind leider nicht auf Deutsch verfügbar.

Getting the full path of the seleced item

Frage / Problem

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

Antwort / Lösung

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.