SanderSade / DirLister

Simple and powerful folder and drive listing utility for Windows
Mozilla Public License 2.0
103 stars 11 forks source link

Application won't start with .config file missing #3

Closed fireattack closed 4 years ago

fireattack commented 4 years ago

I normally delete .config file to reset settings to default, and realize that the application won't start at all if you deleted .config file.

SanderSade commented 4 years ago

This is the default behavior of all .NET apps using app.config functionality.

The default and application-level settings are in that DirLister.exe.config file in the same folder as the executable, per-user settings are in %localappdata%\DirLister\ folder (created after running the program). There is also "Open DirLister configuration folder" button in the About tab

fireattack commented 4 years ago

Understood.