Click or drag to resize

CustomFileListTGetFullPath Method (Int32)

Get the fullpath of an item at the index specified.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public string GetFullPath(
	int p_Index
)

Parameters

p_Index
Type: SystemInt32
the index

Return Value

Type: String
full path at index
See Also