Skip to content

Instantly share code, notes, and snippets.

@constructor-igor
Last active December 29, 2015 23:59
Show Gist options
  • Save constructor-igor/7746536 to your computer and use it in GitHub Desktop.
Save constructor-igor/7746536 to your computer and use it in GitHub Desktop.
how to open folder in Windows Explorer
Process.Start("explorer.exe", "/select," + <folder>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment