Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best place to put application data? [duplicate]

Possible Duplicate:
VS2008 Setup Project: Shared (By All Users) Application Data Files?

Please can someone advice what is the best place (path) to put some application data which should be accessible and editable by all users.

This is considering both Windows XP and Windows Vista and i expect that change in any file of above path does NOT trigger UAC!

like image 247
Hemant Avatar asked Oct 03 '08 13:10

Hemant


1 Answers

Plain Win API: SHGetFolderPath with CSIDL_COMMON_APPDATA as folder type.

like image 5
Alex B Avatar answered Oct 11 '22 04:10

Alex B