C# 如何打开文件夹

string path = @"C:\Program Files";
System.Diagnostics.Process.Start(
"explorer.exe", path);

posted @ 2010-09-16 14:51  哭过的天空  阅读(655)  评论(0编辑  收藏  举报