I'm eager to learn scripting as I've only just started my journey in coding and am at an early stage of learning Python.
However, seeing little XY scripting snippets here and there tells me I should be able to already do a few basic scripts on my own!
But what I'm trying to do now is maybe above my abilities for now....
I'd like to be able to rename files and folders by removing all the dots found between words and not between numbers.
So a file with this name:
Code: Select all
this.is.a.file.v1.2.3.78.txt
Code: Select all
this is a file v1.2.3.78.txt
Thx in advance!
