Possible Duplicate:
Where to put common writable application files?
In my application I have some setting-files, which needs read/write permission and should be accessable by all users.
So far I found in the net is, that microsoft gives you some special folders in Win Vista/7, but none of them fulfills my needs:
1) CSIDL_COMMON_APPDATA => C:\ProgramData, has no write permission
2) CSIDL_APPDATA => is user specifc
3) CSIDL_LOCAL_APPDATA => is user specific
How can I access such folder, which contains APP DATA, is accessable by all users and has read/write permission?