[Mono-bugs] [Bug 50753][Min] New - System.IO.Directory.CreateDirectory() does not throws an exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 9 Nov 2003 12:43:56 -0500 (EST)


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 projects@saring.de.

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

--- shadow/50753	2003-11-09 12:43:56.000000000 -0500
+++ shadow/50753.tmp.29818	2003-11-09 12:43:56.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 50753
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: projects@saring.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.IO.Directory.CreateDirectory() does not throws an exception
+
+The method System.IO.Directory.CreateDirectory() does not throw an
+exception when creating a directory, which allready exists as a file with
+the same name (tested on Linux and WinXP with Mono 0.28).
+
+I've tested it with MS .NET 1.1, it has the same behaviour. So it seems to
+be a problem there too :-).