I want to read out file names but the file names are not in the listbox, for example I have a file with 3 text files in there and I want to see the text files name in the listbox. At the web i found this code but it read not the file names
For Each Filename In FileIO.FileSystem.GetFileInfo("C:\Windows\Fonts\").Name
listbox1.Items.Add(Filename)
Next