lostindark / DriverStoreExplorer

Driver Store Explorer [RAPR]
GNU General Public License v2.0
6.82k stars 399 forks source link

Unified approach to Rapr.log and user.config files locations #175

Closed avtneyney closed 2 years ago

avtneyney commented 2 years ago

I think both of these files should be handled in a similar manner. By default Rapr could store both of them in %LocalAppData%\Rapr (as it is now with "user.config" file) but if you have either of them located in .\ (working directory) then it would use these for a true portable experience.

lostindark commented 2 years ago

Unfortunately the .Net configuration system doesn't provide path customization, and I can't move user.config to working directory easily.

avtneyney commented 2 years ago

I see. Hope this system gets expanded sometime in the future or maybe there will be something else that will make you to move away from it.