[Mono-bugs] [Bug 52056][Nor] Changed - System.IO.Path.GetTempPath() does not end with DirectorySeparatorChar
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Dec 2003 12:57:25 -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 ginga@kit.hi-ho.ne.jp.
http://bugzilla.ximian.com/show_bug.cgi?id=52056
--- shadow/52056 2003-12-11 12:12:58.000000000 -0500
+++ shadow/52056.tmp.17386 2003-12-11 12:57:25.000000000 -0500
@@ -1,11 +1,11 @@
Bug#: 52056
Product: Mono/Class Libraries
Version: unspecified
-OS: unknown
-OS Details:
+OS: other
+OS Details: WinXP SP1
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
@@ -47,6 +47,14 @@
Here on the school winxp computer i get:
C:\Documents and Settings\05mauben\Desktop>echo %tmp%
C:\DOCUME~1\05mauben\LOCALS~1\Temp
Maybe it has to do with the setting of %tmp%?
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp 2003-12-11 12:57 -------
+Here is my result:
+
+C:\Documents and Settings\ginga>echo %tmp%
+C:\DOCUME~1\ginga\LOCALS~1\Temp
+
+Maybe it doesn't matter.