[Mono-bugs] [Bug 70498][Nor] Changed - File::Move does not behaves like Msft one.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Dec 2004 23:50:08 -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=70498

--- shadow/70498	2004-12-13 08:28:58.000000000 -0500
+++ shadow/70498.tmp.20374	2004-12-13 23:50:08.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70498
 Product: Mono: Runtime
 Version: 1.0
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mono@evain.net               
 QAContact: mono-bugs@ximian.com
@@ -56,6 +56,9 @@
 
 ------- Additional Comments From dick@ximian.com  2004-12-13 08:28 -------
 The patch is OK, I would change the io.c comment to say something more
 explicit about the MoveFile behavour.  eg "MoveFile sets
 ERROR_ALREADY_EXISTS if the destination exists, except when it is the
 same file as the source.  In that case it silently succeeds."
+
+------- Additional Comments From gonzalo@ximian.com  2004-12-13 23:50 -------
+Patch applied to 1-0 and HEAD