[Mono-docs-list] store/restore editing settings

John Luke jluke@users.sourceforge.net
Fri, 26 Sep 2003 12:01:07 -0400


Maybe we need to change Environment.SpecialFolder.ApplicationData to be 
~/.etc instead of ~, or alternatively what 
http://www.freedesktop.org/standards/basedir-spec/0.6-onehtml/ 
recommends.  (Which is check an environment variable then look in 
directories like ~/.config or ~/.local/share)

Ben Maurer wrote:

>Ok, made a patch,
>
>On Wed, 2003-09-24 at 19:42, Miguel de Icaza wrote:
>  
>
>>I would like to use ~/.etc/monodoc instead of ~/.monodoc
>>    
>>
>I am using what i get from
>
>Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData)
>
>If we want to change that, then it will change for monodoc (I actually
>think that might be a cool idea).
>  
>