Posts by Wesley Jr. • 1 point
1 post
- 
		0 votes4 answers267 viewsA: Windows Phone, error saving text (Isolatedstorage)I use this code to manage write and read files in my Apps Store public static void SaveFileJson(string fileName, string jsonString, bool append = false) { using (IsolatedStorageFile store =…