Top "Save" questions

To store (data) in a computer or on a storage device.

Saving from List<T> to txt

I want my program to read from two text files into one List<T>. The List<T&…

c# save generic-list
Save An Image To Application Documents Folder From UIView On IOS

I have a UIImageView that allows a user to place and hold an image until it can be saved. The …

objective-c swift uiimageview save
Save a dictionary to a file (alternative to pickle) in Python?

Answered I ended up going with pickle at the end anyway Ok so with some advice on another question I …

python dictionary save pickle
How to save all the variables in the current python session?

I want to save all the variables in my current python environment. It seems one option is to use the …

python save
How to generate and prompt to save a file from content in the client browser?

I have a situation where I need to give my users the option to save some data stored locally in …

javascript file save download
Setting the fmt option in numpy.savetxt

I am looking at the numpy.savetxt, and am stuck at the fmt option. I tried looking at here and …

python arrays string numpy save
The easiest way to write NSData to a file

NSData *data; data = [self fillInSomeStrangeBytes]; My question is now how I can write this data on the easiest way to …

file cocoa file-io save
How do I show a Save As dialog in WPF?

I have a requirement in WPF/C# to click on a button, gather some data and then put it in …

c# wpf save
android fragment onRestoreInstanceState

Am I missing something or do Fragments not have a onRestoreInstanceState() method? If not, how do I go about attaining …

android save state android-fragments
Save BitmapImage to File

I am working on a program that downloads images from a URL to a bitmapimageand displays it. Next I try …

c# save bitmapimage