Use SelectedPath to get or set the path, which is currently selected in the ShellTreeView.
If the currently selected path is not a file system folder, SelectedPath returns an empty string and you should use the SpecialFolder property to get the type of this path.
If you`re looking for the path an operation was performed on (e.g. Drop), use the OperationPerformed event.