[Mono-bugs] [Bug 53290][Min] Changed - Move does not support directory as target
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Mar 2004 09:27:22 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53290
--- shadow/53290 2004-02-02 08:07:16.000000000 -0500
+++ shadow/53290.tmp.25172 2004-03-29 09:27:22.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 53290
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: dave-mono@earth.li
QAContact: mono-bugs@ximian.com
@@ -72,6 +72,11 @@
changes File.Move so that instead of throwing an exception when the
target is a directory, it changes the target to be the source file's
name within the target directory.
Why I explain what a one-line patch does is beyond me, but that's what
it does.
+
+------- Additional Comments From lluis@ximian.com 2004-03-29 09:27 -------
+I tested with MS.NET and found that the destination paramter of
+File.Move cannot be a directory, it throws an exception. It means that
+the current Mono implementation is correct.