FileLib Xojo and Real Studio plugin

FolderItemInfo.DesktopLabelColor Method

Reads the label colour for the specified file.

DesktopLabelColor() as Color

Parameters

Returns

Color
The color of the label or black if there was error or no label set.

Remarks

Linux and Windows systems have no concept for file labels so this function is not supported on those platforms. It is perfectly valid to call this function on the unsupported platforms but it will only return zero there.

OS X 10.10 Yosemite allows the user to set more than one label on same file. We don't know of a way to set or get more than one at this time from programming API.

See Also

FolderItemInfo Class