281
274
a 'local' one that stays local to the machine. This returns the 'local'
282
275
directory, and thus is suitable for caches, temp files and other things
283
276
which don't need to move with the user.
290
278
local = _get_sh_special_folder_path(CSIDL_LOCAL_APPDATA)
293
281
# Vista supplies LOCALAPPDATA, but XP and earlier do not.
297
285
return get_appdata_location()