Icon.Constructor Constructor
A constructor to get a icon that represents a specific file type from a given MacType and optionally MacCreator.
Constructor(
macCreator as String,
macType as String)
Parameters
- macCreator
- A four letter MacCreator code, or empty string if match by creator is not wanted.
- macType
- A four letter MacType code.
Remarks
Note:
This constructor is only supported on MacOS systems.
See Also
Icon Class