Skip to content

Instantly share code, notes, and snippets.

@dkalamari
Last active June 28, 2018 10:11
Show Gist options
  • Save dkalamari/5531783 to your computer and use it in GitHub Desktop.
Save dkalamari/5531783 to your computer and use it in GitHub Desktop.
Current app folder
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)
//OR
Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase)
@sttrox
Copy link

sttrox commented Jun 28, 2018

Environment.CurrentDirectory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment