[Mono-bugs] [Bug 53289][Min] Changed - FileStream with FileMode.CreateNew does not object if the file already exists

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 19 Feb 2004 13:17:14 -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 gonzalo@ximian.com.

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

--- shadow/53289	2004-01-24 04:11:34.000000000 -0500
+++ shadow/53289.tmp.5821	2004-02-19 13:17:14.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 53289
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dave-mono@earth.li               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,9 @@
 It should throw an IOException
 
 The msdn docs give this as a specific example:
 
       IOException 	An I/O error occurs, such as specifying
 FileMode.CreateNew and the file specified by path already exists.
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-19 13:17 -------
+This is fixed in current CVS.