Author: diandaollydiandaolly
Date: Dec 29, 2007 05:08
Hi all,
I'd like to get the local app-data directory on my Windows XP
(Brazilian Portuguese version).
I tried the following code:
::SHGetFolderPath(NULL, CSIDL_LOCAL_APPDATA, NULL, 0, pszPath));
But this function returns the following (incorrect) path:
C:\Documents and Settings\admin\Configurações locais\Dados de
aplicativos
which should have been:
C:\Documents and Settings\admin\Configurações locais\Dados de
aplicativos
Any idea what the problem is? Thanks.
|