System.Diagnostics.Process.Start(v_OpenFilePath);
string v_OpenFolderPath = @"目录路径"; System.Diagnostics.Process.Start("explorer.exe", v_OpenFolderPath);