[Mono-bugs] [Bug 53236][Min] Changed - Trying to create a FileStream in a non-existant directory throws the wrong exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 19 Feb 2004 13:00:52 -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=53236

--- shadow/53236	2004-02-02 08:09:09.000000000 -0500
+++ shadow/53236.tmp.5595	2004-02-19 13:00:52.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 53236
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+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
@@ -65,6 +65,9 @@
 argument checking, then creates a new FileStream with FileMode.Create
 
 ------- Additional Comments From iain@mccoy.id.au  2004-02-02 08:09 -------
 Created an attachment (id=6588)
 moved check for directory existence from File.Create to FileStream constructor
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-19 13:00 -------
+This works with current CVS.