[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 06:43:18 -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 gfr@skynet.be.

http://bugzilla.ximian.com/show_bug.cgi?id=42303

--- shadow/42303	Wed May  7 00:04:14 2003
+++ shadow/42303.tmp.4549	Wed May  7 06:43:18 2003
@@ -509,6 +509,25 @@
 ------- Additional Comments From bmaurer@users.sf.net  2003-05-07 00:04 -------
 Miguel has suggested that we just use your code for the
 Path.GetFullDirectory () function. Are you ok with this? What
 copyright would you like put on the file.
 
 As I have said before, you have been exceptionally helpful, keep it up.
+
+------- Additional Comments From gfr@skynet.be  2003-05-07 06:43 -------
+Hello Ben,
+
+They are no problem to use the code provided as remplacement for the 
+Path.GetFullPath (). The copyright are only '(c) Gilles Freart - 
+2003' with the same license and the same term of license than the 
+rest of mono.
+
+I will try to generate the NUnit test for this function this sunday. 
+I Don't know if it's usefull at this time to handle the UNC path 
+execpted the fact to allow the '//' at the start of the path.
+
+In the same time that i will make the NUnit , i will improve the 
+method to handle this specifity correctly. Excepted if Miguel does 
+not believe that it important at the present time
+
+Best Regards to all mono team and community,
+Gilles