[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 18:49:15 -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 dmitriyk@comcast.net.
http://bugzilla.ximian.com/show_bug.cgi?id=55173
--- shadow/55173 2004-03-04 14:46:39.000000000 -0500
+++ shadow/55173.tmp.32254 2004-03-04 18:49:15.000000000 -0500
@@ -1,8 +1,8 @@
Bug#: 55173
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details: Tested on MacOS X and Windows XP
Status: NEW
Resolution:
Severity: Unknown
@@ -49,6 +49,10 @@
mono 0.30.2 in MacOS X and mono 0.30 in Windows XP report:
'Test file does not exist.'
Expected Results:
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.