ShellListViewGetFullPath Method |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static string GetFullPath(
ShellListBaseItem aItem
)
Public Shared Function GetFullPath (
aItem As ShellListBaseItem
) As String
public:
static String^ GetFullPath(
ShellListBaseItem^ aItem
)
static member GetFullPath :
aItem : ShellListBaseItem -> string
Parameters
- aItem
- Type: Jam.ShellShellListBaseItem
ShellListViewItem, for which the full path should be returned.
Return Value
Type:
StringReturns the full path for the passed ShellListViewItem as string.
See Also