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

相关文章: