Hi,
I have a a rule that renames a file based on the file pathname.
I then want to strip part of the string to shorten the name, eg
/Users/username/Folder1/Folder2/Folder3/Folder4/Filename
Becomes
Folder3/Folder4/File
I have tried using
Name Matches /Users/username/Folder1/Folder2/(Custom Token "Anything")
Rename file with pattern (Custom Token "Anything")
but it does not work.
Anyone know hoe this could be done, maybe by a script?
Thanks for the help