c sharp application to change file names code example Example: c# rename file System.IO.File.Move("oldfilename", "newfilename");