[Mono-bugs] [Bug 81912][Wis] Changed - [PATCH] Directory.Move doesn't move files

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 20 07:38:50 EDT 2007


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 robertj at gmx.net.

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

--- shadow/81912	2007-06-20 07:37:19.000000000 -0400
+++ shadow/81912.tmp.25855	2007-06-20 07:38:49.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 81912
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: sanxiyn at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Directory.Move doesn't move files
+Summary: [PATCH] Directory.Move doesn't move files
 
 IronPython session on Mono:
 
 >>> from System.IO import Directory, File
 >>> fs = File.Create('test1'); fs.Close()
 >>> Directory.Move('test1', 'test2')
@@ -30,6 +30,10 @@
 test1 gets renamed to test2.
 
 ------- Additional Comments From robertj at gmx.net  2007-06-20 07:37 -------
 Created an attachment (id=19442)
 Directory.cs.diff
 
+
+------- Additional Comments From robertj at gmx.net  2007-06-20 07:38 -------
+MS.NET's Directory.Move () is actually moving files, too. Well ...
+


More information about the mono-bugs mailing list