How to keep X amount of beginning characters

Advanced Renamer forum
#1 : 30/01-13 12:16
Shandy Elliott
Shandy Elliott
Posts: 1
I've looked around the help section, but I can't find any reference to being able to keep a set amount of characters in the file name while removing the rest. For example if I have files prefixed with "FILE: xxx xx.nn Some Long File Name Here", (and assuming the naming convention has the same amount of characters in the beginning), how do I end up with file names such as "FILE: xxx xx.nn"?

It's the opposite of being able to remove X amount of characters "backwards".


30/01-13 12:16
#2 : 30/01-13 13:58
Kim Jensen
Kim Jensen
Administrator
Posts: 883
Reply to #1:
If you want to keep the first 15 characters I will recommend to use the NewName method and use this pattern:
<Substr:1:15>

I will replace the filename with the first 15 characters of the filename and leave the rest out.


30/01-13 13:58
#3 : 01/06-15 10:38
arwul
arwul
Posts: 94
Reply to #2:
It would be great if this feature could be used to rename long filenames. I vainly tried.
Using filenames over 260 characters.


01/06-15 10:38