Created
July 25, 2013 01:10
-
-
Save Layoric/6076073 to your computer and use it in GitHub Desktop.
Get file system directory of where the current executable is running from
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
string assemblyDirectory = Path.GetDirectoryName(System.Reflection.Assembly.GetCallingAssembly().Location); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment