IconProviderBase.getIconForFilePath

Get image of icon associated with file path. Return null image if icon was not found in the system. Default implementation detects icon for a directory and for a file using the list of hardcoded extensions.

  1. DrawBufRef getIconForFilePath(string filePath, DrawBufRef fallback)
  2. DrawBufRef getIconForFilePath(string filePath)
    class IconProviderBase
    getIconForFilePath
    (
    string filePath
    )

Meta