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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 ShellListBaseItem
- ShellListViewItem, for which the full path should be returned.
Return Value
StringReturns the full path for the passed ShellListViewItem as string.
See Also