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