[Mono-bugs] [Bug 42303][Nor] Changed - Path.GetFullPath () does not handle '.' and '..'

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 5 May 2003 12:20:47 -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	Mon May  5 12:13:56 2003
+++ shadow/42303.tmp.30001	Mon May  5 12:20:47 2003
@@ -131,6 +131,10 @@
 /root/.. (normal meaning)
 /root/../a/b/../../.. (order of processing)
 /root/./.. (two together)
 
 I can try to write a function to get everything working if I have the 
 NUnit tests.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-05 12:20 -------
+One other case I thought of:
+/root//dir/ (double slash, how does MS handle this?)