5
votes
5answers
1k views
How do I find the Windows common application data folder using Python?
I would like my application to store some data for access by all users. Using Python, how can I find where the data should go?
3
votes
3answers
387 views
Where to put common writable application files?
Hello all,
I thought that CSIDL_COMMON_APPDATA\company\product should be the place to put files that are common for all users of the application and that the application can modify, however, on Vista …
