I\'m killing myself and dehydrating trying to get this array to sort.
I have an array containing directories generated by;
Dim Folders() As String = Director
Array.Sort has an IComparer parameter too, you can override sorting behavior if you don't like the default. see Array.Sort Method (T[], IComparer) how to do it