Long time user and lover of MMF here!
I was wondering if anyone could help me out with a little problem I have. Basically I am trying to rename all the files located in a specified folder to something else.
I was thinking this could be accomplished by copying the contents of the specified folder into a temporary folder and randomly rename them in this new folder automatically.
Some things that I am trying to do is rename files called "test1.txt", "test2.txt" ,etc. into a different order than before. (eg. test1.txt is now test3.txt and text2.txt is now text10.txt, or text1.txt etc.)
A point in the right direction would be appreciated.
Thanks!