Renaming "."

I use this generic find and replace script to change lot's of different things but trouble starts when I want to replace "." with spaces or "" but not the one that differentiates the file name from the file extension. How do I change the script below to prevent screwing up the extension? tia

@nodeselect
Rename FINDREP PATTERN="{dlgstring|Find What...}" TO="{dlgstring|Replace with...}"

3 Likes

Add the IGNOREEXT argument and you can ignore the extension completely.

1 Like

Great.

what an awesome button, putting this on my toolbar!