Open a folder from your program

S

Shiva

Process.Start (@"C:\Program Files\"); // Or any valid path

Hi,

How can I open (in a normal folder window) a folder from my program.

thanks
 
N

Nicholas Paldino [.NET/C# MVP]

Jesper,

If you want to open it up in another window, you should be able to pass
the path to the static Start method on the Process class, and it should
open.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top