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 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