[Mono-bugs] [Bug 58804][Wis] Changed - FileInfo.cs bug
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 00:22:24 -0400 (EDT)
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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58804
--- shadow/58804 2004-05-21 14:07:09.000000000 -0400
+++ shadow/58804.tmp.5116 2004-05-26 00:22:24.000000000 -0400
@@ -35,6 +35,11 @@
public override string ToString () {
- return Name;
+ return FullPath;
}
}
}
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-05-26 00:22 -------
+Created an attachment (id=7840)
+test case as requested
+