简体   繁体   中英

C# Settings Saving?

I asked a question earlier about which method for saving would be better, I decided I'd try something else because no one had a real response to something that'd work for me.

So, I want to try saving custom .xml files into the AppData directory, in a nicely order like:

AppData\Local\Program\Downloads
AppData\Local\Program\Settings

Settings Directory:

AppData\Local\Program\Settings\One
AppData\Local\Program\Settings\Two
AppData\Local\Program\Settings\Three

etc...

How can I do this in Windows Form without using Settings.settings as those don't have the right requirements I need.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM