[Mono-bugs] [Bug 52735][Nor] Changed - Path.GetDirectoryName returns wrong value for files in root

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Jan 2004 11:12:34 -0500 (EST)


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 tcabanski@oai.cc.

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

--- shadow/52735	2004-01-10 11:11:10.000000000 -0500
+++ shadow/52735.tmp.31204	2004-01-10 11:12:34.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52735
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Windows XP
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tcabanski@oai.cc               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -59,6 +59,10 @@
 			Console.WriteLine("Combining       : {0}", 
 Path.Combine(Path.GetDirectoryName(fileName), Path.GetFileName
 (fileName)));
 		}
 	}
 }
+
+------- Additional Comments From tcabanski@oai.cc  2004-01-10 11:12 -------
+I looked into the code and am not sure how to patch myself because I 
+am not up to speed on the cross platform issues.