foreach(string path in dlg.fileNames)
{
if (listView1.Items.Find(path, fales) = = null )
my method.......
}
how can i cheack listViewItems by item.Text.....????
how to change this code????