[Mono-bugs] [Bug 42960][Nor] Changed - Directory.CreateDirectory enters in infinite loop

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 14 May 2003 06:21:47 -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 yannis.bres@sophia.inria.fr.

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

--- shadow/42960	Wed May 14 06:19:59 2003
+++ shadow/42960.tmp.10019	Wed May 14 06:21:46 2003
@@ -77,6 +77,11 @@
         Console.Error.WriteLine( "Directory {0} creation failed: {1}", 
 dir_name, e.Message );
       }
     }
   }
 }
+
+------- Additional Comments From Yannis.BRES@sophia.inria.fr  2003-05-14 06:21 -------
+Created an attachment (id=4307)
+Test program
+