[Mono-bugs] [Bug 27940][Wis] New - FileInfo.Exists returns true for non-existing files

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Jul 2002 06:11:36 -0000


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 duncan@ximian.com.

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

--- shadow/27940	Thu Jul 18 02:11:36 2002
+++ shadow/27940.tmp.9664	Thu Jul 18 02:11:36 2002
@@ -0,0 +1,36 @@
+Bug#: 27940
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: FileInfo.Exists returns true for non-existing files
+
+This is pretty bad.
+
+The test case is attached.
+
+Actual Results:
+<duncan@diphthong: ~/src/ > mono fileinfo.exe 
+f1 exists
+This is f1
+
+f2 exists
+<duncan@diphthong: ~/src/ > 
+
+Expected Results:
+<Duncan Mak@FRICATIVE: ~/ > ./fileinfo.exe 
+f1 exists
+this is f1
+
+<Duncan Mak@FRICATIVE: ~/ >