[Mono-bugs] [Bug 74731][Wis] Changed - Might be nice to truncate/append instead of creating in CopyTo(override)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 19:04:56 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74731
--- shadow/74731 2005-04-25 23:09:08.000000000 -0400
+++ shadow/74731.tmp.10615 2005-05-06 19:04:56.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 74731
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Races in System.IO argument checking
+Summary: Might be nice to truncate/append instead of creating in CopyTo(override)
In various places in System.IO, we do stuff like:
public FileInfo CopyTo (string path, bool overwrite) {
string dest = Path.GetFullPath (path);