votes
How to get the current folder when the assembly is running?
In my console application, I want to reference a folder inside the solution without having to have my path in the app.config. I was hoping I could get the reference to the path, if I could somehow get the folder where the assembly is run ...
