how to rename afile in C# code example Example: c# rename file System.IO.File.Move("oldfilename", "newfilename");