C# 打开某一目录方法
(1)
string v_OpenFolderPath = @"D:\DestinationDir";
System.Diagnostics.Process.Start("explorer.exe", v_OpenFolderPath);
(1)
string v_OpenFolderPath = @"D:\DestinationDir";
System.Diagnostics.Process.Start("explorer.exe", v_OpenFolderPath);