The following code
does not clear the extended attributes of the file. Any reason why? I would like to clear the "last opened" extended attribute to clear the "Recents" smart folder.
Code Block bash xattr -c filePath
does not clear the extended attributes of the file. Any reason why? I would like to clear the "last opened" extended attribute to clear the "Recents" smart folder.