In my program I have a CheckedListBox where you input file names and when you use the search button, the program is supposed to go through each item in the list and check to see if that file exists within the folder. What would I need to use to add the files within the selected folder to a string to compare with the items in the list?
↧