On 5/7/08, <b class="gmail_sendername">Bart</b> <<a href="mailto:bartjunk64@gmail.com">bartjunk64@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q"><br></span>
See for example: <a href="http://support.microsoft.com/kb/310294/en-us" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://support.microsoft.com/kb/310294/en-us</a> the section <span style="font-weight: bold;">Classify Application Data. </span><br>

This would suggest to me that <span style="font-weight: bold;">CSIDL_COMMON_APPDATA</span> would be the most logical place to store global application data like <span style="font-weight: bold;">/etc/</span> on Linux.<br>


I'm not sure that this is Win9x compatible, will check that when I have time.<br><span class="sg">
</span></blockquote></div><br>
Just wrote som etest code. On Win9x using CSIDL_COMMON_APPDATA returns:<br>
  Global: C:\WINDOWS\All Users\Application Data\<br>
  Local : C:\WINDOWS\Application Data\<br>
(on my machine (WinME, not using profiles), so this would seem safe to use.<br>
<br>
Bart<br>