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