Click or drag to resize

CustomFileListTGetFullPath Method (Int32)

Get the fullpath of an item at the index specified.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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