Dot Replace In Rename: isn't it obvious what i'm asking?
Posted: 2007-09-05, 23:24 UTC
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
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