Page 1 of 1

Renaming extension with blank space before it.

PostPosted: Wed Apr 03, 2019 10:22 am
by gregmol
How do I rename files with a blank space before the file extension in it with BRU?
Example: "xxx .iso" to "xxx.iso"
I tried selecting all files with the blank space and renaming " .txt" to ".txt" but it doesn't work.
especially part of the files in this folder is proper named "xxx.iso"
I tried this
viewtopic.php?f=4&t=2034
but still I have got SPACE at the end files means "xxx .iso" is "xxx "
and removing last char is afected to the files "xxx" and after this is "xx"
Thanks !!!

Re: Renaming extension with blank space before it.

PostPosted: Wed Apr 03, 2019 12:09 pm
by therube
Appears that,

5:Remove -> Trim should work.


Code: Select all
1) 04 ...y los árboles, también.mp3   04 ...y los árboles, también.mp3
2) (01) The Wayward Wind .mp3         (01) The Wayward Wind.mp3
3)       this is a tset       .TXT    this is a tset.TXT


1) does not have leading or trailing <sp> so is unchanged
2) has trailing <sp> & is removed
3) has both leading & trailing <sp> & both are removed


For the above to work, you need to have Renaming Options -> Ignore - File extensions [unchecked]

Re: Renaming extension with blank space before it.

PostPosted: Wed Apr 03, 2019 2:27 pm
by gregmol
Thank you very much
my fault - Renaming Options -> Ignore - File extensions [unchecked] :) I left checked and forget :)