Sometimes, i want to replace the "." char on filenames, but if i do, TC also replaces the separation dot! That is not the expected behavior.
For example:
this.is.a.file.name.and_the_extension
i get
this is a file name and_the_extension
i should get
this is a file name.and_the_extension
Dot Replace In Rename: isn't it obvious what i'm asking?
Moderators: Hacker, petermad, Stefan2, white
In MRT
Credit to Hacker
HTH
Code: Select all
Name: [N]
Extension: #[E]
Search for: .|#
Replace with: |.
HTH
Gil
Licence #17346
90% of coding is debugging. The other 10% is writing bugs.
Licence #17346
90% of coding is debugging. The other 10% is writing bugs.