[Mono-bugs] [Bug 50532][Min] Changed - Environment.SpecialFolders paths
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 4 Nov 2003 18:20:38 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50532
--- shadow/50532 2003-11-04 16:09:58.000000000 -0500
+++ shadow/50532.tmp.26631 2003-11-04 18:20:38.000000000 -0500
@@ -54,6 +54,13 @@
"The ".local/share" part should not be unconditionally returned."
By this do you mean that it should create the directory if it does not
exist before returning the path? I'm not sure that helps, because the
user of this method will still need to try/catch before performing any
actions with it anyways. But I can change it to do so if this is what
you mean.
+
+------- Additional Comments From dick@ximian.com 2003-11-04 18:20 -------
+Returning a directory that doesn't exist would be bad, yes.
+
+But the part about unconditionally returning the freedesktop fallback
+is that in !desktop situations I think $HOME would be a better choice.
+