| FileCopy Method |
| 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. |