I use this function to rename file :

System.IO.File.Move(Filename1, Filename2)

It work fine with small file like 5 or 6 mb, but when I try to use it on big MP3 album like 100mb it cause an error out of memory.

(PS : I have 1024 mb of RAM)

Thanks