Changeset 1842
- Timestamp:
- 2/17/2010 8:57:20 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser.Util/BlackBox.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.Util/BlackBox.cs
r1823 r1842 74 74 CrashReportName, CultureInfo.InvariantCulture); 75 75 string currentCrashReport = Path.Combine(CrashReportsPath, crashName); 76 77 //Create the report folder. If we can't create the report folder, we can't 78 //create the report contents. 76 79 Directory.CreateDirectory(currentCrashReport); 80 if (!Directory.Exists(currentCrashReport)) 81 return; 77 82 78 83 //Store the steps which we have completed.
Note: See TracChangeset
for help on using the changeset viewer.
