how to check if the item [name & subItem's text] is already exists in another listView?
问题 i making a file transfer (server-client) application .. i have two listviewS to explore Local PC and Remote PC .. before send/receive the items.. i need to check if there's another file or folder has the same name at the destination path.. when i press on the button [send or receive] the item added to a list.. then when i press on button [Start Transfer] .. it starts. so the AddItems Method called when i press the button Receive or Send .. i get the SelectedItems from the source ListView ..