Click or drag to resize

SystemImageListGetIconIndexForPath Method

Gets icon index for path.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static int GetIconIndexForPath(
	string pFilePath,
	bool pOpened = false,
	FileAttributes pAttributes = 
)

Parameters

pFilePath  String
Full pathname of the file.
pOpened  Boolean  (Optional)
true, if the icon should be returned open, like it is often used for the selected node in treeviews.
pAttributes  FileAttributes  (Optional)
The file attributes that should be used. Usually 0 is passed here.

Return Value

Int32
The icon index for path.
See Also