ShellUtilitiesParseIconLocationPath Method |
Parses an icon location string to extract the icon file path and the icon index.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
Int32The icon index.
Exceptions See Also