Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file.
|
Name
|
Description
|
|
File.Replace (String, String, String)
|
Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file.
|
|
File.Replace (String, String, String, Boolean)
|
Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file and optionally ignores merge errors.
|