I need to rename files in some folder, like explained it needs to rename file names in one folder by removing first number of x characters and last number of x characters I set.
Can someone show me how to do that?
I need to rename files in some folder, like explained it needs to rename
Share
Here you go:
This script enters the folder (specified by
FOLDER_PATH) and trims the first and lastXcharacters from the filename of each file (leaving its extension as is). ModifyXandFOLDER_PATHas necessary.