I did some searches and couldn't find exactly what I needed. I have hundreds of JPG and PDF files in a local directory. All of the file names there have this format:
"Record - LastName, FirstName - EmployeeNum"
I would like to change (re-arrange) the file names to:
"LastName, FirstName - EmployeeNum - Record"
so for example, I'd like the files renamed to something like this: "SMITH, JOE - 1234 - RECORD"
any help would be greatly appreciated.
Thank you!