Click or drag to resize

ShellUtilitiesParseIconLocationPath Method

Parses an icon location string to extract the icon file path and the icon index.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int ParseIconLocationPath(
	string location,
	out string path
)

Parameters

location
Type: SystemString
The location string.
path
Type: SystemString
The icon file path.

Return Value

Type: Int32
The icon index.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocation is null.
See Also