Reading and setting multiple finder labels

Please use folderitem.SetTagNamesMBS to set tags for files on MacOS.

see also NSWorkspaceMBS.fileLabels.

The old FinderLabelMBS method Is really outdated.

This appears to be only to get a list of available labels. Do you have an example of how to get a list of labels/tags associate with a given folderItem?

Well, that is folderitem.TagNamesMBS doing.

Thx Christian. Appears to work as advertised, and is much faster than my other attempts with remote files (< 2 min to set tags on 3000 files on a remote volume).
MBS is the way to go.

Peter.

Thanks