%LOCALAPPDATA%
usually is C:\Users\username\AppData\Local
. %LOCALAPPDATA%
is conceptually different from %APPDATA%
in that %LOCALAPPDATA%
contains files that are specific to the specific computer they're stored on while %APPDATA%
stores files for a roaming profile (which is only relevant in a Windows Server domain environment). System.Environment+SpecialFolder
.