[Mono-bugs] [Bug 78209][Nor] Changed - Directory.GetParent(path)
fails for path=file in the current directory (doesn't fail on MS)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Apr 28 16:26:55 EDT 2006
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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78209
--- shadow/78209 2006-04-27 18:20:47.000000000 -0400
+++ shadow/78209.tmp.334 2006-04-28 16:26:54.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78209
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: gonzalo at ximian.com
ReportedBy: dredconrad at gmail.com
QAContact: mono-bugs at ximian.com
@@ -77,6 +77,10 @@
+ else
+ return new DirectoryInfo
(Path.GetDirectoryName (path));
}
public static void Move (string src, string dest)
+
+------- Additional Comments From gonzalo at ximian.com 2006-04-28 16:26 -------
+Fixed in svn HEAD.
+Thanks.
More information about the mono-bugs
mailing list