.NET Framework Class Library
FileInfo..::.Replace Method
Replaces the contents of a specified file with the file described by the current FileInfo object, deleting the original file, and creating a backup of the replaced file.
|
| Name | Description |
|---|
.gif) | Replace(String, String) | Replaces the contents of a specified file with the file described by the current FileInfo object, deleting the original file, and creating a backup of the replaced file. |
.gif) | Replace(String, String, Boolean) | Replaces the contents of a specified file with the file described by the current FileInfo object, deleting the original file, and creating a backup of the replaced file. Also specifies whether to ignore merge errors. |
Top
Use the Replace methods when you need to quickly replace a file with the contents of the file described by the current FileInfo object.
Reference