Click or drag to resize

SystemImageListHelperGetIndexFromPath Method

Returns the icon index for the passed file.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public static int GetIndexFromPath(
	string pPath
)

Parameters

pPath
Type: SystemString
A path to a file

Return Value

Type: Int32
The index of the corresponding icon in the system image list.
See Also