메소드 | 설명 | |
---|---|---|
CopyFileAsync ( string source, string destination, bool overwrite ) : System | ||
Execute ( ) : System.Threading.Tasks.Task |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |