Beispiel #1
0
 /// <summary>
 /// Delete this directory and every child under it.
 /// </summary>
 public void Delete()
 {
     TargetDirectory.Delete(true);
 }