After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 620711 - g_get_user_cache_dir() retrieves the temporary Internet files on windows
g_get_user_cache_dir() retrieves the temporary Internet files on windows
Status: RESOLVED DUPLICATE of bug 659349
Product: glib
Classification: Platform
Component: win32
2.25.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-win32 maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-06 04:12 UTC by Javier Jardón (IRC: jjardon)
Modified: 2012-02-24 15:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Javier Jardón (IRC: jjardon) 2010-06-06 04:12:56 UTC
g_get_user_cache_dir() retrieves CSIDL_INTERNET_CACHE:

"directory that serves as a common repository for temporary Internet files. A typical path is C:\Documents and Settings\username\Local Settings\Temporary Internet Files."

I think that It's more apropiate to use CSIDL_LOCAL_APPDATA:

"directory that serves as a data repository for local (nonroaming) applications. A typical path is C:\Documents and Settings\username\Local Settings\Application Data"
Comment 1 Javier Jardón (IRC: jjardon) 2012-02-24 15:49:44 UTC

*** This bug has been marked as a duplicate of bug 659349 ***