Hi,
I was hoping someone could offer me a little help please? I'm looking at a way to rename files in VS 2010, now I would use the following method
However I have a folder with over 2000 files, I would like to rename all files randomly with "fivenumbers_" so Test.mp3 could be renamed to 48284_Test.mp3 is this possible?
I was hoping someone could offer me a little help please? I'm looking at a way to rename files in VS 2010, now I would use the following method
Code:
My.Computer.FileSystem.RenameFile("C:\Test.mp3", "SecondTest.mp3")