Launch File Explorer for application\'s current working directory


/ Published in: C#
Save to your folder(s)

I frequently add a link to utilities to open the app's CWD.


Copy this code and paste it in your HTML
  1. System.Diagnostics.Process.Start(System.IO.Path.GetDirectoryName(Application.ExecutablePath));

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.