OK so I have a folder full of files. Each of these files have a 12 character extension (date time stamp) added to them (gets generated each day as the files are delivered to another system).
So I have files
abcd.txt.161205042500
efgh.txt.112845035688
etc.
I want PS to mass rename these files. Basically trim the last 13 characters from the filename for each file in the folder.
Everything I've found has been where you can replace a string, but I don't have anything to search by here.
Any help is appreciated.