In essence, the title says it all. But I'll explain a little more so that you get the idea.

At the start of the frame, I load a directory list into Combo Box Object. Later in the frame, I want to load a FileList into a List Object. The FileList should be the all the files in the Directory defined in the combo box. In other words, the Combo Box directory should be used in the path to finding the files in the List Object.

I use the expression Apppath+Current Line of Combo Box, but apparently, it doesn't work that way. I've noticed that when you fill the Combo Box with directories, you get the name of the directory inside brackets "[]". Also, you get a "[..]" and a "[...]". I'm not sure what these things do, or how to get them out of the Combo Box. At any rate,help would be appreciated. If I need to use a different, Selectable Object to store the directories which is easier, I'm willing to try. If that's the case, please help me understand why the change is needed.

Thanks as always!