This method returns name, extension and full path of a given ShellListViewItem of a ShellListView.
Since the extensions of the file may be not displayed dependant on the user's settings it is
important that you use FullPath instead of ShellListViewItem.Text.
| C# | Visual Basic | Visual C++ |
public static string GetFullPath( ShellListItem aItem )
Public Shared Function GetFullPath ( _ aItem As ShellListItem _ ) As String
public: static String^ GetFullPath( ShellListItem^ aItem )
- aItem (ShellListItem)
- ShellListViewItem, for which the full path should be returned.
Returns the full path for the passed ShellListViewItem as string.