ShellLink.getIconLocation

Icon location to be used when displaying a shell link item in an icon view. Icon location can be of program (.exe), library (.dll) or icon (.ico).

class ShellLink
@trusted const
string
getIconLocation
(
out int iconIndex
)

Parameters

iconIndex int

The index of an icon within a given icon location. Note: Icon location may contain environment variable within. It lefts as is if expanding failed.

Return Value

Type: string

Location of icon or empty string if not specified.

Meta