×

Tag Files

iOS 14 +

Notes

Add tags to the chosen file. These tags can be viewed when the file is saved into the Files app

Syntax

tagFiles(files: <#Variable#>, mode: <#Enumeration (TagMode)#>, removeTags: <#Array#>, addTags: <#Array#>, appendTags: <#Array#>, caseSensitive: <#Boolean#>)

Example

tagFiles(files: ShortcutInput, mode: set, removeTags: , addTags: ["Red", "Green"], appendTags: , caseSensitive: true)