string path = @"D:\Program Files";
System.Diagnostics.Process.Start("explorer.exe", path);
C#打开一个指定的文件夹
最新推荐文章于 2025-06-17 16:49:53 发布
string path = @"D:\Program Files";
System.Diagnostics.Process.Start("explorer.exe", path);