Iris Classon
Iris Classon - In Love with Code

WinRT/Metro App Q n' A: Where do local files go?

In my previous post I showed how to serializie and deseralize objects to StorageFile and LocalFolder using generics and async/await threading. But where do the files go?
First of all, three major types of olders exist in WinRT, Local, Temp and Roaming. I will cover Temp and Roaming in another post (soon, as I need them both for my Metro app). Local is app specific files, and they will be saved here: C:\Users<user_name>\AppData\Local\Packages<package>…Pretty image found here:WinRT/Metro App Q n' A: Where do local files go?</user_name>

Comments

Leave a comment below, or by email.


Last modified on 2012-07-10

comments powered by Disqus