[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 13:14:31 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52056
--- shadow/52056 2003-12-11 12:57:25.000000000 -0500
+++ shadow/52056.tmp.17461 2003-12-11 13:14:31.000000000 -0500
@@ -55,6 +55,17 @@
Here is my result:
C:\Documents and Settings\ginga>echo %tmp%
C:\DOCUME~1\ginga\LOCALS~1\Temp
Maybe it doesn't matter.
+
+------- Additional Comments From bmaurer@users.sf.net 2003-12-11 13:14 -------
+According to the WinAPI: (for GetTempPath)
+
+lpBuffer
+[out] Pointer to a string buffer that receives the null-terminated
+string specifying the temporary file path. The returned string ends
+with a backslash, for example, C:\TEMP\.
+
+Are we calling this api? Also, is it possible they have a lamespec
+there!? (I wouldn't put it past them ;-)