Changeset 1422 for branches/eraser6/BlackBox
- Timestamp:
- 12/23/2009 6:51:24 AM (3 years ago)
- File:
-
- 1 edited
-
branches/eraser6/BlackBox/Eraser.Util/BlackBox.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/BlackBox/Eraser.Util/BlackBox.cs
r1417 r1422 510 510 511 511 /// <summary> 512 /// Deletes the report and its contents. 513 /// </summary> 514 public void Delete() 515 { 516 Directory.Delete(Path, true); 517 } 518 519 /// <summary> 512 520 /// The name of the report. 513 521 /// </summary> … … 518 526 return System.IO.Path.GetFileName(Path); 519 527 } 528 } 529 530 /// <summary> 531 /// The path to the folder containing the report. 532 /// </summary> 533 public string Path 534 { 535 get; 536 private set; 520 537 } 521 538 … … 594 611 595 612 /// <summary> 596 /// The path to the folder containing the report.597 /// </summary>598 private string Path;599 600 /// <summary>601 613 /// The backing variable for the <see cref="StackTrace"/> field. 602 614 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.
