[Mono-bugs] [Bug 81912][Wis] New - Directory.Move doesn't move files
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 19 20:52:05 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 sanxiyn at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81912
--- shadow/81912 2007-06-19 20:52:05.000000000 -0400
+++ shadow/81912.tmp.31656 2007-06-19 20:52:05.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 81912
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+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
+
+IronPython session on Mono:
+
+>>> from System.IO import Directory, File
+>>> fs = File.Create('test1'); fs.Close()
+>>> Directory.Move('test1', 'test2')
+Traceback (most recent call last):
+ File mscorlib, line unknown, in Move
+IOError: test1 does not exist
+
+Expected results:
+
+test1 gets renamed to test2.
More information about the mono-bugs
mailing list