compare dir in listboxes

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi, I have a windows form app in visual basic that has two listboxes. One list a directory of unzipped folders, and the other listbox list a dir with the compressed files of same name. What I am trying to do is compare the two to make sure
all the zipped files exsist in the dir of unzipped files.
Listbox1 Listbox2

file1 file1.zip
file2 file2.zip
file3 file3.zip
If possible i would like to add a third listbox to list the filenames that dont exsit in both directories, if it is possible.
Thank you for any help with this.

View the full article
 
Back
Top