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