I want to add a number to the end of the directory for example, if the directory was called test, I want the other directory to be made test1 and then test2.
So basically, I want to make a directory which carries on from the previous by putting a number at the end. So it checks which directory was the last one e.g. Test1 and makes Test2
Thanks.