Exemplo n.º 1
0
 public void CopyToExact(
     ZlpFileInfo destinationFilePath,
     bool overwriteExisting)
 {
     ZlpIOHelper.CopyFileExact(FullName, destinationFilePath.FullName, overwriteExisting);
 }