IconLib REALbasic Plugin

Icon.GetLarge Method

Use this function to get the raw data of a large file icon on MacOS systems.

GetLarge() as Picture

Parameters

Returns

Picture

Remarks

Returns a 32x32 pixel Image representing the large icon raw data, or nil if no large format of the icon was available for this file.

Note
This function is not supported on Windows systems.

See Also

Icon Class