I want to create a config.ini that exist in Java for C#?
Is there a way?
I discovered I have to create an App.config file.
But after creating the App.config, how do I use C# to read the add key?
This App.config is mainly for dynamic file path.
To your project, add reference to System.Configuration assembly then use such code to read the value of specific
appSettingfrom the config based on its key: