Use a filelistbox - you can set the its path and pattern

fillb.path = "root directory"
fillb.pattern= "*.txt"

I'm not too sure if it will look in the subdirectories as well...


H.