[Mono-bugs] [Bug 50532][Min] New - Environment.SpecialFolders paths

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Nov 2003 19:53:28 -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 jluke@cfl.rr.com.

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

--- shadow/50532	2003-11-03 19:53:28.000000000 -0500
+++ shadow/50532.tmp.16193	2003-11-03 19:53:28.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 50532
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jluke@cfl.rr.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Environment.SpecialFolders paths
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Environment.GetFolderPath (Environment.SpecialFolder) should return values
+consistent with http://pdx.freedesktop.org/Standards/basedir-spec and have
+sane values for those that do not match up well. Currently we return the
+users home directly or nothing for many of these values.