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.2
Syntax
public static int GetIndexFromPath(
	string pPath
)

Parameters

pPath  String
A path to a file

Return Value

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