Not sure what you mean but ...
when you type this code :

Dim fi As FileInfo (this means you're creating an object named "fi" in the mem , so that you can use it in your code .

"lstSelectedItems" this probably a listbox or combobox . You can change it to adapt your needs .