Hi Gurus,
A little different question. I have files in a folder and I want to rename the files. Actually I want to remove some special characters like '&' from the name.
How can I do that?
so like .....
File01 = abcd&efg.doc
File02 = xyz&asl.doc
I want to have
File01 = abcdefg.doc
File02 = xyzasl.doc
thanks
ebro