[Mono-bugs] [Bug 59574][Nor] Changed - Directory.Delete(path, true) on Windows raises some errors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Jun 2004 15:28:23 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59574

--- shadow/59574	2004-06-03 15:16:41.000000000 -0400
+++ shadow/59574.tmp.14905	2004-06-03 15:28:23.000000000 -0400
@@ -1,22 +1,21 @@
 Bug#: 59574
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: atsushi@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Directory.Delete(path, true) on Windows raises some errors
 
 When we use Directory.Delete (string path, bool recursive) with recursive =
 true, it raises an error (may differ in situation) and fails to delete it.
 
 using System;
@@ -58,6 +57,9 @@
 in <0x0003a> System.IO.Directory:RecursiveDelete (string)
 in <0x00024> System.IO.Directory:Delete (string,bool)
 in <0x00043> Test:Main ()
 
 How often does this happen? 
 - May vary depending on your directory but consistently happens.
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-03 15:28 -------
+What does echo $PWD print when you're in ~/tests?