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:
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
Statistic
FMM
Blog
Files.SetTagNames
Sets the tags for a file/folder.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Files | 3.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ❌ No | Paid |
MBS( "Files.SetTagNames"; Path; Taglist ) More
Parameters
Parameter | Description | Example |
---|---|---|
Path | The native path to the file. | "/Users/cs/Desktop/test.txt" |
Taglist | The list of tags names, separated by newline character. | "Hello World" |
Result
Returns OK or error.
Description
Sets the tags for a file/folder.Requires macOS 10.9.
This function needs a native path. Please use Path.FileMakerPathToNativePath function in order to convert a FileMaker style path to a native path.
Please note that some tags may include Char(10) followed by a number to indicate which label color is used for compatibility to older OS X versions. Those should appear escaped as \n in the taglist.
See also
Blog Entries
Created 18th August 2014, last changed 10th August 2020
Files.SetPosixPermissions - Files.StandardizePath
Feedback: Report problem or ask question.
