[C#]打开指定路径的文件夹

来源:互联网 发布:亮剑online知乎 编辑:程序博客网 时间:2024/06/05 18:36



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

原创粉丝点击