Hi there folks! I am working on a program where in 1 listbox there are a bunch of folder pathways. In a second listbox, I would like to display the file names of all of the folders listed in the first listbox. For example, there might be 5 folders listed in listbox 1, I would like listbox2 to show all of the filenames of those folders from listbox1.

Now if there was a way to take those pathways, and list the contents of each in the first listbox, that would be good too, but right now, I have the pathways listed in listbox 1, would anyone know how to list the contents of each path in a second listbox?

Thanks a lot!