File::Replace Method
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.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
![]() ![]() | 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. |
The Replace methods replace the contents of a specified file with the contents of another file. They also create a backup of the file that was replaced.

