IconLib REALbasic Plugin

Icon.GetSmall Method

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

GetSmall() as Picture

Parameters

Returns

Picture

Remarks

Returns a 16x16 pixel Image representing the small icon raw data, or nil if no small format of the icon was available for this file.

Note
This function is not supported on Windows systems.

See Also

Icon Class