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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 6 May 2003 08:15:29 -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	Tue May  6 06:40:28 2003
+++ shadow/42303.tmp.5423	Tue May  6 08:15:29 2003
@@ -384,6 +384,18 @@
 
 			System.Console.WriteLine ();
 		}
 	}
 }
 >>> EOT >>>
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-06 08:15 -------
+Whats the difference between \\server\share and //server/share?
+
+The version of GetFullPath you have really helps, I can probably 
+speed it up by optimizing some things and then get it reviewed and 
+checked in.
+
+We also have to figure out what System.IO functions should be 
+expanding paths like GetFullPath. Do you think you could take a look 
+at the functions that modify a string and see what they do under 
+Microsoft?