begineer问题:C#
combox里显示指定路径里的几个文件夹,选中其中一个,按button,然后在listview里显示被选中的文件夹的子文件夹。选中的文件夹是存在c:\test下,为什么build后程序得到的路径是c:\tool\tool\bin\debug\en-us下,如何得到正确的路径?
多谢!!!
------解决方案--------------------comboBox1.Items.Add(item.
FullName);
string selectedItem= comboBox1.SelectedItem.ToString();