[Mono-bugs] [Bug 79806][Nor] Changed - Directory.CreateDirectory silently fails
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 7 04:27:31 EST 2006
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=79806
--- shadow/79806 2006-11-06 12:56:11.000000000 -0500
+++ shadow/79806.tmp.7635 2006-11-07 04:27:31.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 79806
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: colin at breame.net
QAContact: mono-bugs at ximian.com
@@ -54,6 +54,16 @@
Created an attachment (id=17994)
if .NET 2.0: throw IOException
------- Additional Comments From dick at ximian.com 2006-11-06 12:56 -------
Patch committed as r67410, thanks.
+
+------- Additional Comments From gert.driesen at pandora.be 2006-11-07 04:27 -------
+We should not throw an IOException if a directory with the same name
+already exists.
+
+I know the message of the MS exception is misleading, but that's
+probably because it's a translation of the win32 error.
+
+I'll provide a patch (which includes a fix to an existing unit test)
+later.
More information about the mono-bugs
mailing list