Beispiel #1
0
 public void CopyFile()
 {
     From.CopyTo(To.Path);
     To.UpdateDirectoryContent();
 }