Hi. I'm trying to get my feet wet with programming and keep hitting some brick walls.

I basically want to look in a folder for certain filenames. If the files are there, I would like the term linked to the filename to be in a listbox.

I thought a dictionary would work:
Code:
dataset = { "File1.txt":"Picotiter Plate",
                    "File2.txt":"KeyPass Wells",
...