The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
This will give you the current executable directory in .Net: System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
Related posts
Add comment