I can read tag names like this:
let rv = try? someURL.resourceValues(forKeys: [.tagNamesKey])
print(rv!.tagNames)
But how can I add or remove a tag name?
Thanks for your help,
Gilbert
I can read tag names like this:
let rv = try? someURL.resourceValues(forKeys: [.tagNamesKey])
print(rv!.tagNames)
But how can I add or remove a tag name?
Thanks for your help,
Gilbert
Copyright © 2021 Jogjafile Inc.