how to change file name with c# code example Example: c# rename file System.IO.File.Move("oldfilename", "newfilename");