How can I save a StorageFile to use later?
问题 I am working in WinRT, and I am kind of stuck: I am writing a music player with a media library capability. I keep information about the music (such as artists etc) in a SQLite database. I wanted to let the user keep his music anywhere he wants to, instead of the windows way, where it all has to be in the 'Music' library. Users can add the music inside folders using a folder picker. The problem I have is this: how can I access these files later, e.g after the application restarts? Keeping the