[Mono-bugs] [Bug 55173][Nor] Changed - FileInfo.Open + FileMode.Create doesn't create the file.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 1 Apr 2004 09:11:19 -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 lluis@ximian.com.

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

--- shadow/55173	2004-03-04 18:49:15.000000000 -0500
+++ shadow/55173.tmp.28970	2004-04-01 09:11:19.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 55173
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: Tested on MacOS X and Windows XP
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dmitriyk@comcast.net               
 QAContact: mono-bugs@ximian.com
@@ -53,6 +53,9 @@
 Microsoft .NET 1.1 runtime in Windows XP reports:
 'Test file exists.'
 
 ------- Additional Comments From dmitriyk@comcast.net  2004-03-04 18:49 -------
 I should add that the file does get created, just not before TestFile.Exists is evaluated.  
 Calling TestFile.Refresh() doesn't make a difference.
+
+------- Additional Comments From lluis@ximian.com  2004-04-01 09:11 -------
+Fixed in CVS.