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