Y
Hacker News
new
|
ask
|
show
|
jobs
by
delta_p_delta_x
49 days ago
%LOCALAPPDATA% on Windows. Or better still, use GetAppContainerFolderPath or SHGetKnownFolderPath with FOLDERID_LocalAppData.
1 comments
ziml77
49 days ago
I don't know if anyone is actually using roaming profiles, but config should go into the %APPDATA% folder to support that. %LOCALAPPDATA% is for things that shouldn't be synced to different machines, such as caches.
link
Uvix
49 days ago
I know we used to use them in our corporate environment. Not sure if we still do, or if they gave up and called OneDrive “good enough”.
link