[Mono-bugs] [Bug 24199] Changed - System.IO.File.Copy error checking bug

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 May 2002 20:20:23 -0000


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 mike@mikegray.org.

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

--- shadow/24199	Fri May  3 16:06:26 2002
+++ shadow/24199.tmp.6135	Fri May  3 16:20:23 2002
@@ -62,6 +62,9 @@
   	
 	    src.IndexOfAny (Path.InvalidPathChars) != -1 ||
   	
 	    dest.IndexOfAny (Path.InvalidPathChars) != -1)
   	
 		throw new ArgumentException ();
+
+------- Additional Comments From mike@mikegray.org  2002-05-03 16:20 -------
+Same bug/error can be seen in Move function in same file as well.