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



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

猜你喜欢

转载自blog.csdn.net/shylx123/article/details/10420373