I have the code
Me.MetroComboBox1.DataSource = IO.Directory.GetDirectories("C:\sampledir\", "*", IO.SearchOption.TopDirectoryOnly)
Which is supposed to return the names of folders into a combobox, however when I do, the folders come out as "C\sampledir\samplefolder" instead of "samplefolder". Is there any way to fix this?