The appdata folder contains settings specific to that computer for various applications such as Microsoft Office or other 3rd party applications.
The three folders located under AppData are as follows:
- Local – this folder is the replacement for XP’s c:\Documents and Settings\<UserName>\Local Settings\Application Data\ folder. This data is tied to the computer – not the user.
- Roaming – this folder is used for synchronizing data to a server in a domain environment using roaming profiles. This data is specific to the user and would be replicated. The Roaming folder is equivalent to XP’s c:\Documents and Settings\<UserName>\Application Data\.
- LocalLow – this is a unique folder in that it is primarily used by applications needing to write directly to the file system, such as Internet Explorer or its add-ons.
Hopefully this article has helped clear things up!