[Mono-bugs] [Bug 74771][Maj] New - System.Path.IO is no longer handling Windows like paths.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Apr 2005 18:03:35 -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 rlyon@novell.com.

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

--- shadow/74771	2005-04-29 18:03:35.000000000 -0400
+++ shadow/74771.tmp.14362	2005-04-29 18:03:35.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 74771
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rlyon@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: System.Path.IO is no longer handling Windows like paths.
+
+Calling Path.GetFileName("c:\\test\\test.txt") is returning the full path.
+ In 1.1.6 it correctly returned just "test.txt".
+
+I will attach sample code.
+
+This is important for me when dealing with files that are uploaded from a
+Windows box to a Linux server and I need to handle the HTTP header.