ShellBrowser .Net Edition
GetFullPath Method (aItem)
NamespacesJam.ShellShellListViewGetFullPath(ShellListItem)
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.
Declaration Syntax
C#Visual BasicVisual C++
public static string GetFullPath(
	ShellListItem aItem
)
Public Shared Function GetFullPath ( _
	aItem As ShellListItem _
) As String
public:
static String^ GetFullPath(
	ShellListItem^ aItem
)
Parameters
aItem (ShellListItem)
ShellListViewItem, for which the full path should be returned.
Return Value
Returns the full path for the passed ShellListViewItem as string.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)