Search Results

4
votes

What’s the best way to get the directory from which an assembly is executing

System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)) …