Unless I've overlooked something in the docs, there's no way to do this:
Rename a file from
c:\parent1\parent2\Apple\blah1\blah2\blah3\filenam e.wav
to
c:\parent1\parent2\Oranges\blah1\blah2\blah3\filen ame.wav
Also might want to allow regex substitutions (which answer the above request by allowing substitution groups).
Thanks.
Rename a file from
c:\parent1\parent2\Apple\blah1\blah2\blah3\filenam e.wav
to
c:\parent1\parent2\Oranges\blah1\blah2\blah3\filen ame.wav
Also might want to allow regex substitutions (which answer the above request by allowing substitution groups).
Thanks.
Comment