A
A
Alexander Sharomet2015-09-13 13:40:56
Programming
Alexander Sharomet, 2015-09-13 13:40:56

Where to save data in C#?

Hello.
Such a question - There is a default file manager that opens the "C:" drive, but for example, the user wants to change to the "D:" drive, where to save this information? Not in a text document?
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Taratin, 2015-09-13
@sharomet

https://msdn.microsoft.com/en-us/library/bb397755(...

C
Curly Brace, 2015-09-13
@stasuss

you can also store the settings in your personal file, which will lie next to the program, for example, in the form of json, xml, or even in binary form, and all this will be a serialized object, for example, UserPreferences

J
jackroll, 2015-09-13
@jackroll

in .xml
https://www.google.com/webhp?sourceid=chrome-insta...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question