I have a number of music files but each folder is prefixed by 001.002 etc so for example 001 Bon Jovi.
I wish to remove the 001 from the folder name so they can be stored in alphabetical order.
Is this possible?
Thanks

Moderator: Mr_Noodle
Mr_Noodle wrote:Search the help for match patterns. Using those, you can match the first three digits and then capture the rest into a custom attribute which you can then use the rename the file.