Click or drag to resize

CustomFileListTGetFullPath Method (T)

Get the full path of an item.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public string GetFullPath(
	T p_FileListItem
)

Parameters

p_FileListItem
Type: T
the item to retrieve the full path for.

Return Value

Type: String
full path of the listitem
See Also