Closed damieng closed 3 years ago
I like this capability, but I had used "." intentionally because it was suitable for debugging, and otherwise I used the starting directory to specify a preset set.
So, I do like this and want to add it, but I will first modify it to make it look in both "." and CurrentDomain.BaseDirectory, with "." taking precedence.
The current technique of using "." means that presets are loaded from the current directory.
If you are launching from the command line and BinXelView.exe is in your path this means it won't find the presets.
This change ensures it looks for the .bxp presets inside whichever directory BinXelView.exe resides.