11
Mở một thư mục trong explorer và chọn một tệp
Tôi đang cố mở một thư mục trong explorer với một tệp được chọn. Đoạn mã sau tạo ra một tệp không tìm thấy ngoại lệ: System.Diagnostics.Process.Start( "explorer.exe /select," + listView1.SelectedItems[0].SubItems[1].Text + "\\" + listView1.SelectedItems[0].Text); Làm thế nào tôi có thể nhận lệnh này để thực thi trong C #?