[Mono-bugs] [Bug 53290][Min] Changed - Move does not support directory as target

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 2 Feb 2004 07:44:25 -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 iain@mccoy.id.au.

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

--- shadow/53290	2004-01-24 04:47:23.000000000 -0500
+++ shadow/53290.tmp.18891	2004-02-02 07:44:25.000000000 -0500
@@ -41,6 +41,11 @@
 
 Expected results:
 Success or UnauthorizedAccessException depending on if you have permission
 to move /etc/hostname
 
 This works on MS.NET (move with destination a directory)
+
+------- Additional Comments From iain@mccoy.id.au  2004-02-02 07:44 -------
+Created an attachment (id=6586)
+moved check for directory existence from File.Create to FileStream constructor
+