C# Copy a file to another location with a different name March 21, 2023 by Tarik System.IO.File.Copy(oldPathAndName, newPathAndName);