Click or drag to resize

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.0
Syntax
public static string GetFullPath(
	ShellListBaseItem aItem
)

Parameters

aItem
Type: Jam.ShellShellListBaseItem
ShellListViewItem, for which the full path should be returned.

Return Value

Type: String
Returns the full path for the passed ShellListViewItem as string.
See Also