GNOME Bugzilla – Bug 620709
g_get_system_config_dirs() returns the application data on windows
Last modified: 2018-05-24 12:21:12 UTC
g_get_system_config_dirs() returns CSIDL_COMMON_APPDATA, from msdn documentation: "On Windows is the directory that contains application data for all users. A typical path is C:\Documents and Settings\All Users\Application Data. This folder is used for application data that is not user specific. For example, an application can store a spell-check dictionary, a database of clip art, or a log file in the CSIDL_COMMON_APPDATA folder. This information will not roam and is available to anyone using the computer." Is this intentional?
It was the best quick guess back when implemented.
Hello Tor, so, we currently have: g_get_system_config_dirs(): CSIDL_COMMON_APPDATA g_get_system_data_dirs(): CSIDL_COMMON_APPDATA and CSIDL_COMMON_DOCUMENTS I suposse that there is not dictinction between a config dir and a data dir in a win machine, so feel free to close the bug if you want.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/308.