In System.Windows.Forms.Application
there are two properties called LocalUserAppDataPath
and UserAppDataPath
. On this computer (running Vista) these corresponds to C:\Users\UserName\AppData\Local\CompanyName\ProductName\ProductVersion and C:\Users\UserName\AppData\Roaming\CompanyName\ProductName\ProductVersion
What is the difference between these two? When would you use the first and when would you use the second?