Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

Files.GetFinderLabel

Queries the label of the file or folder.

Component Version macOS Windows Linux Server iOS SDK
Files 6.2 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ❌ No
MBS( "Files.GetFinderLabel"; Path )   More

Parameters

Parameter Description Example
Path The native path to the file. "/Users/cs/Desktop/test.txt"

Result

Returns number or error.

Description

Queries the label of the file or folder.
Value is 0 for no label or 1 to 7 for different colors.
Please use Files.GetTagNames to query tag names.

This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
For Server be aware that server has limited permissions and may not be able to access all files on a computer.

Examples

Query color:

MBS("Files.GetFinderLabel"; "/Users/cs/Desktop/test.rtf")

See also

Blog Entries

FileMaker Magazin

Created 17th May 2016, last changed 17th May 2016


Files.GetComment - Files.GetNodeID

Feedback: Report problem or ask question.