Click or drag to resize

CustomFileListTGetFullPath(Int32) Method

Get the fullpath of an item at the index specified.

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

Parameters

p_Index  Int32
the index

Return Value

String
full path at index
See Also