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.