IconLib REALbasic Plugin

Icon.GetHugeMask Method

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

GetHugeMask() as Picture

Parameters

Returns

Picture

Remarks

Returns a 48x48 pixel Image representing the huge icon raw data mask, or nil if no huge format of the icon was available for this file.

Note
This function is not supported on Windows systems.

See Also

Icon Class