Index: /branches/eraser6/BlackBox/Eraser.Util/BlackBox.cs
===================================================================
--- /branches/eraser6/BlackBox/Eraser.Util/BlackBox.cs	(revision 1421)
+++ /branches/eraser6/BlackBox/Eraser.Util/BlackBox.cs	(revision 1422)
@@ -510,4 +510,12 @@
 
 		/// <summary>
+		/// Deletes the report and its contents.
+		/// </summary>
+		public void Delete()
+		{
+			Directory.Delete(Path, true);
+		}
+
+		/// <summary>
 		/// The name of the report.
 		/// </summary>
@@ -518,4 +526,13 @@
 				return System.IO.Path.GetFileName(Path);
 			}
+		}
+
+		/// <summary>
+		/// The path to the folder containing the report.
+		/// </summary>
+		public string Path
+		{
+			get;
+			private set;
 		}
 
@@ -594,9 +611,4 @@
 
 		/// <summary>
-		/// The path to the folder containing the report.
-		/// </summary>
-		private string Path;
-
-		/// <summary>
 		/// The backing variable for the <see cref="StackTrace"/> field.
 		/// </summary>
