[Mono-bugs] [Bug 24199] Changed - System.IO.File.Copy error checking bug
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 May 2002 20:06:26 -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 mike@mikegray.org.
http://bugzilla.ximian.com/show_bug.cgi?id=24199
--- shadow/24199 Fri May 3 16:04:03 2002
+++ shadow/24199.tmp.22784 Fri May 3 16:06:26 2002
@@ -1,22 +1,21 @@
Bug#: 24199
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: mike@mikegray.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: System.IO.File.Copy error checking bug
I was just starting to review some code and believe I found a problem in
the error checking in System.IO.File.Copy(). In CVS, revision 1.9, look at
the implementation of function with signature of "Copy (string src, string
dest, bool overwrite)".