I want to change file names.
Everything starting, and including, _ until the end of the filenames should be removed.
How do I do that?
Example: FileName001_jsjdsoduiioio.jpg should become FileName001.jpg
I want to change file names.
Everything starting, and including, _ until the end of the filenames should be removed.
How do I do that?
Example: FileName001_jsjdsoduiioio.jpg should become FileName001.jpg
From *_*
to *
, with ignore extension on.