Since you are in the Programming & Software category, I'm assuming that you want to actually determine where it is for any particular user. The information is stored in the registry. The location can be found here:
HKCU\
Software\
Microsoft\
Windows\
CurrentVersion\
Explorer\
Shell Folders
I put the path on separate lines due to Yahoo!Answers habit of shortening long strings. The application data path is defined by the AppData key at the above registry location.
1. Open Folder Options by clicking the Start button Picture of the Start button, clicking Control Panel, clicking Appearance and Personalization, and then clicking Folder Options.
2. Click the View tab.
3. Under Advanced settings, click Show hidden files and folders, and then click OK.
Answers & Comments
Verified answer
Since you are in the Programming & Software category, I'm assuming that you want to actually determine where it is for any particular user. The information is stored in the registry. The location can be found here:
HKCU\
Software\
Microsoft\
Windows\
CurrentVersion\
Explorer\
Shell Folders
I put the path on separate lines due to Yahoo!Answers habit of shortening long strings. The application data path is defined by the AppData key at the above registry location.
AppData is a hidden folder in windows
1. Open Folder Options by clicking the Start button Picture of the Start button, clicking Control Panel, clicking Appearance and Personalization, and then clicking Folder Options.
2. Click the View tab.
3. Under Advanced settings, click Show hidden files and folders, and then click OK.
Hope this helps
C:\Documents and Settings\user\AppData
C:\Users\User\AppData
user is your name on pc
Click on Start, Run or press the Windows key on your keyboard together with the letter R, type "%APPDATA%" without the quotes and press Enter.