Click to See Complete Forum and Search --> : Renaming group of files in folder


sangeetha
02-15-2006, 11:36 PM
Hi,

I want to java code to rename the files in my folder. eg. I have folder with name abc which contains 100's files starting with abXXX.wav, acXXX.wav, adXXX.wav. i want to rename these files to some common file aeXXX.wav.
Can anyone pls help me with this. Thanks in advance.


Sangeetha

Khalid Ali
02-16-2006, 09:13 PM
Read File API's you will see a rename method that can be called on a file, however I am sure u know that there can not be multiple files with the same name in the folder....