为什么我打开指定路径下指定文件名的图片一直找不到文件啊
folderBrowserDialog1.SelectedPath是打开文件夹的路径,Listbox1.SelectedIndex.ToString()是文件名
为什么我打开指定路径下指定文件名的图片一直找不到文件啊
folderBrowserDialog1.SelectedPath是打开文件夹的路径,Listbox1.SelectedIndex.ToString()是文件名
那两对引号是什么鬼,去掉引号,中间加上 "\\"
folderBrowserDialog1.SelectedPath + "\\" + Listbox1.SelectedIndex.ToString();