Method | Description | |
---|---|---|
CopyFileAsync ( string source, string destination, bool overwrite ) : System | ||
Execute ( ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
PreventOverwrittingDestinationFile ( ) : void |
Prevent overwritting of existing files when overwrite option not set.
|
public CopyFileAsync ( string source, string destination, bool overwrite ) : System | ||
source | string | |
destination | string | |
overwrite | bool | |
return | System |
public Execute ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |