Ok, what i want to do is load all of the names of all folders in a certain directory. for instance, how would i load all of the folder names inside

app.path & "\contacts"

into a list box, as well as an array, and then when a name is clicked in the list box, the names of the text files within that folder, are loaded into an array. how would i do this?