Table of Contents

File System Structure - Application Data (%APPDATA%)

About

Application Data (APPDATA) is a hidden folder where application can saved their data for one user.

To share data between several user, the ProgramData folder should be used.

OS

Windows

C:\Users\UserName\AppData

Process / Thread - Environment Variable

 %APPDATA% 

The appdata folders contains three subfolders

C:\Users\UserName\AppData
                           \Local
                            \LocalLow
                            \Roaming 

where:

Linux

~/.appName

where:

Documentation / Reference