ShellListView - retrieve the path of the selected file in a ShellListView |
Top Previous Next |
// retrieve the path of the selected file in a TShellListView
OrigemShell: TShellTreeView;
Caption := OrigemShell.Folders[OrigemShell.Selected.AbsoluteIndex].PathName; |