[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, 4 Mar 2004 14:46:39 -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=55173

--- shadow/55173	2004-03-04 14:31:27.000000000 -0500
+++ shadow/55173.tmp.28283	2004-03-04 14:46:39.000000000 -0500
@@ -2,22 +2,22 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: Tested on MacOS X and Windows XP
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dmitriyk@comcast.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: System.IO.BinaryWriter behavior difference between mono and MS.NET
+Summary: FileInfo.Open + FileMode.Create doesn't create the file.
 
 Description of Problem:
 If you create a file using BinaryWriter, write to it, immediately close it, and check for its existance, 
 mono returns a false and MS.NET returns a true;
 
 Steps to reproduce the problem: