public Copy ( string sourceFileName, string destFileName, bool overwrite ) : void | ||
sourceFileName | string | The file to copy. |
destFileName | string | The name of the destination file. |
overwrite | bool | true if the destination file can be overwritten, otherwise false. |
return | void |