File.Copy Method
.NET Framework 4.5
Copies an existing file to a new file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Copy(String, String) | Copies an existing file to a new file. Overwriting a file of the same name is not allowed. |
|
Copy(String, String, Boolean) | Copies an existing file to a new file. Overwriting a file of the same name is allowed. |