Created
September 13, 2016 07:46
-
-
Save devjev/7550ff86320fee2751a586620dea3c6f to your computer and use it in GitHub Desktop.
How to get the directory the running assembly is in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment