11
Explorer'da bir klasör açma ve dosya seçme
Ben seçili bir dosya ile explorer bir klasör açmaya çalışıyorum. Aşağıdaki kod, istisna bulunmayan bir dosya oluşturur: System.Diagnostics.Process.Start( "explorer.exe /select," + listView1.SelectedItems[0].SubItems[1].Text + "\\" + listView1.SelectedItems[0].Text); Bu komutu C # ile çalıştırmak için nasıl edinebilirim?