Example #1
0
 public override void FileCopy(string source_path, string destination_path, bool overwrite = false)
 {
     _file.Copy(source_path, destination_path, overwrite);
 }