c# UWP store-app how to save file that will not be deleted after app uninstall
问题 I noticed that file saved into ApplicationData.Current.LocalFolder.CreateFileAsync folder is removed after application uninstall. Is that possible to save file that will remain in user profiler after application uninstall , so when user re-install application I can read settings from file for this user ? 回答1: Only these two ways are possible: Ask your user to pick a file or a folder using FilePicker or FolderPicker and then track them in your MostRecentlyUsedList . Then you'll get the