xamlasynchronousstorestoragefolder

C# Windows 8 XAML - Where add ApplicationData files?


I have a very simple question. I'am trying load async some files which should be located in ApplicationData.Current.LocalFolder, but where is that directory? How I should add some files to this folder?


Solution

  • In Windows 7 or 8, it is located here (Assuming Windows is installed on C: drive):

    C:\Users\<your_user_name>\AppData\Local

    where <your_user_name> will be the currently Logged in username on the PC.