[Mono-bugs] [Bug 42303][Nor] Changed - Path.GetFullPath () does not handle '.' and '..'
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 7 May 2003 11:55:44 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=42303
--- shadow/42303 Wed May 7 08:28:58 2003
+++ shadow/42303.tmp.25185 Wed May 7 11:55:44 2003
@@ -11,12 +11,13 @@
AssignedTo: bmaurer@users.sf.net
ReportedBy: gfr@skynet.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: Path.GetFullPath () does not handle '.' and '..'
+OtherBugsDependingOnThis: 42121
Description of Problem:
When we call the method Path.GetFullPath () with a path like
'/somepath/./subpart/../././subpart/.' the result are different
than the microsoft result.