How to open a folder with explorer

System.Diagnostics.Process.Start(FileName);

System.Diagnostics.Process.Start("explorer.exe",FolderPath);

This method is so excited. I can implement my tool.

 

FolderBrowserDialog

FileOpenDialog

SaveFileDialog

posted on 2010-07-06 18:26  林骄  阅读(160)  评论(0)    收藏  举报