如图所示:
我要点击打开文件夹按钮来打开textbox中所显示的路径,该怎么写?
System.Diagnostics.Process.Start("explorer.exe", textBox1.Text);
System.Diagnostics.Process.Start("ExpLore", textbox.Text);
System.Diagnostics.Process.Start("explorer.exe", “/select,”+ textBox1.Text);