Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.5.3
-
Windows XP/Vista, but useful on all OS:es
Description
It is sometimes desireable to get access to a common data directory that does not depend on the current user.
(On Windows XP/Vista, SHGetFolderPath(NULL, CSIDL_COMMON_APPDATA, NULL, 0, szAppData) is the correct call for this.)
The closest thing I found was QDesktopServices::DataLocation, which returns a app-data dir in the current user's directory.