how to remove one or more space(s) (blanks) at the beginning of a filename

Advanced Renamer forum
#1 : 03/08-16 20:39
Bernie2504
Bernie2504
Posts: 17
Hi
if I have a blank or more at the beginning of a filename how could I remove it ?
e.g.:
| test.mp3| => |test.mp3|
+ -------------------------------------- remove !!
or
| test.mp3| => |test.mp3|
++------------------------------------- remove
("|" to show the limits of the filename)

If there is no blank is at the beginning of the filename, nothing should happen

THX for a help
Bernd


03/08-16 20:39
#2 : 03/08-16 21:19
Tester123
Tester123
Posts: 92
Just add a 'Trim' method with these settings:
Trim characters: <space>
Apply to: Name

where <space> is one single space character.


03/08-16 21:19
#3 : 03/08-16 22:54
Bernie2504
Bernie2504
Posts: 17
Reply to #2:
WOW works perfect !
thx a lot
Bernie


03/08-16 22:54