VB6 Code
Is it possible to read the file extensions in a FileListBox.

The FileListBox when it displays files from a folder there can be 2 file extension in the folder *.mp3 and *.txt. The *.txt extension do not appear in all folders.
So what I would like to do as I scroll though the folders.
Display in the FileListBox all the file extension available but when a *.txt extension is present disable the FileListBox Click Event make the Delete Button Enabled = True delete the *.txt entry then reverse the events and continue.