No announcements
Found 3433358 threads
-
0 Votes
How to choose a file from a directory and copy it into local app data storage?
https://msdn.microsoft.com/en-us/library/windows/apps/hh465199.aspx Regards, Kevin BEAUGRAND, Modis ...Answered | 1 Replies | 906 Views | Created by hal0360 - Monday, February 2, 2015 4:16 AM | Last reply by BEAUGRAND Kevin - Monday, February 2, 2015 8:28 AM -
0 Votes
[UWP]Accessing image saved in local storage
Hi Jakub, The locations that all apps can access: Application install directory, Application data locations, Removable devices.Answered | 6 Replies | 1457 Views | Created by Jakub Cihlář - Friday, September 9, 2016 11:00 AM | Last reply by davidbaxterbrowne - Friday, September 16, 2016 3:18 PM -
3 Votes
Local Storage Data Table
I want to make a data table that will store errors locally on a machine.Answered | 6 Replies | 654 Views | Created by old_School - Friday, March 11, 2016 5:56 AM | Last reply by old_School - Sunday, March 13, 2016 3:26 AM -
1 Votes
App crashing when trying to overwrite file on local storage
How to close the files & folders in the app if they are already opened ?Answered | 10 Replies | 2559 Views | Created by kmcgrady - Monday, October 8, 2012 12:48 PM | Last reply by Prashant Nagori - Friday, April 26, 2013 12:57 PM -
1 Votes
Best form of local storage for Windows 8 Apps
If it is a simple XML file just use the local store to store a file.Answered | 1 Replies | 4324 Views | Created by saurabh_vartak - Friday, August 17, 2012 12:24 PM | Last reply by Jeff Sanders - Friday, August 17, 2012 12:40 PM -
1 Votes
save data in a text file
The StreamWriter constructor will accept a second parameter instructing it whether or not to overwrite the file if it exists already.Answered | 4 Replies | 3332 Views | Created by mister_all - Sunday, September 14, 2008 6:49 PM | Last reply by mister_all - Monday, September 15, 2008 11:00 AM -
0 Votes
How to save WriteableBitmap in Local Folder as a file in Windows store app?
Here's a previous thread with sample code demonstrating saving a WriteableBitmap to a file:Answered | 3 Replies | 1287 Views | Created by Siva varri - Friday, April 24, 2015 5:09 AM | Last reply by Rob Caplan [MSFT] - Wednesday, April 29, 2015 4:59 AM -
1 Votes
Handle error when save file to the storage
My app will automatically download and save images to the cache.Answered | 9 Replies | 3187 Views | Created by Vivian Ng - Tuesday, March 13, 2012 9:29 AM | Last reply by Vivian Ng - Monday, April 2, 2012 3:36 AM -
1 Votes
how to save text from WPF BROWSER to Text/XML file
However, by default, code running from the local computer, a local network, or the Internet is granted the right to use isolated storage.Answered | 5 Replies | 4999 Views | Created by darthGeo - Wednesday, August 18, 2010 12:56 PM | Last reply by jocke82 - Wednesday, August 18, 2010 2:15 PM -
0 Votes
how to add a data file in isolated storage manually
So, when your app loads, check if there is a file that your app will create.Answered | 5 Replies | 1402 Views | Created by Jimmy Ma - Friday, April 26, 2013 3:48 PM | Last reply by zAppU - Thursday, May 2, 2013 2:17 AM -
2 Votes
How to save last text in textbox WP8?
If you want that data to survive after your app is deactivated, you need to save the text value to persistent storage on the device when the text ...Answered | 4 Replies | 1940 Views | Created by Padraig Harty - Monday, April 15, 2013 8:33 PM | Last reply by Padraig Harty - Tuesday, April 16, 2013 8:34 PM -
0 Votes
Saving data to a text file
You could write several lines of test to a file using the File.WriteAllLines ...Answered | 3 Replies | 487 Views | Created by haranmbea - Wednesday, September 7, 2016 8:07 PM | Last reply by Wendy Zang - Thursday, September 8, 2016 2:26 AM -
0 Votes
[UWP]Accessing local storage
Hello to you, I am developing app for my Microsoft Lumia 640 based on UWP.Answered | 1 Replies | 715 Views | Created by Jakub Cihlář - Tuesday, October 11, 2016 8:59 AM | Last reply by kalajdzija - Tuesday, October 11, 2016 9:34 AM -
0 Votes
Copy file from Web App to Storage
You can Use Azure Blob storage for storing your data and have your app talk to this to get data.Answered | 8 Replies | 3541 Views | Created by Davide D'Angelo - Tuesday, May 15, 2018 10:46 AM | Last reply by Sandeep BR - Saturday, May 26, 2018 7:32 PM -
2 Votes
How to save a text file?
Frank, My experience is that the Save button is not responsive if the save filename is null.Answered | 4 Replies | 3464 Views | Created by -Alex - Sunday, August 29, 2010 11:37 PM | Last reply by Frank L. Smith - Monday, August 30, 2010 4:47 PM -
0 Votes
[UWP]App Local Data Recovery
See How to use the Isolated Storage Explorer tool for Windows Phone 8" If you want to copy the data out what about give this tool a try.Answered | 1 Replies | 690 Views | Created by David Jones IoT MVP - Wednesday, July 13, 2016 2:20 AM | Last reply by Barry Wang - Thursday, July 14, 2016 1:39 AM -
0 Votes
Saving of text file from Server to Local Drive
I need to code such a way that it will save the user selected text file from server to local drive.Answered | 1 Replies | 468 Views | Created by Omi20052013 - Monday, October 27, 2014 12:15 PM | Last reply by Deric Ferreira - Monday, October 27, 2014 12:33 PM -
6 Votes
How can set up my app to save a string to a text file?
Is there any reason for saving these details to a file?Answered | 22 Replies | 4090 Views | Created by bluzbassman - Tuesday, June 22, 2010 9:48 PM | Last reply by bluzbassman - Monday, June 28, 2010 8:35 PM -
0 Votes
[UWP][C#] How to save small cases of text locally within the app as a list?
For more information about how to implement, please try to refer to the following articles: #Save and Read data using the ...Answered | 2 Replies | 538 Views | Created by ZackTheNever - Tuesday, January 5, 2016 4:30 AM | Last reply by ZackTheNever - Wednesday, January 6, 2016 10:32 PM -
0 Votes
How to save and load data in windows app store?
You can use FileIO WriteTextAsync and ReadTextAsync -Answered | 1 Replies | 1367 Views | Created by kahana11 - Tuesday, December 11, 2012 9:58 AM | Last reply by Andrei Marukovich - Tuesday, December 11, 2012 12:53 PM - Items 1 to 20 of 3433358 Next ›
No announcements