I have a simple string variable and I want to save the value when starting application, the application is a standalone and I don't want to use registery. I tried to put the string as settings but it saved in a app.config file.
can I save a variable in the self application?