qswatinterview

Results 1 comments of qswatinterview

I had to deal with this exact same problem with an app I'm developing at work, and this is how I solved it with reflection: ```csharp Path.Combine(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location), "config.json"); ```