I was need to know how to go about sorting folders in Alphabetical order. Any ideas would be greatly appreciated.
Printable View
I was need to know how to go about sorting folders in Alphabetical order. Any ideas would be greatly appreciated.
The cheaters way would be to add them all to a listbox (invisible if you want), then set the Sorted property to true, then pump them out from top to bottom into whatever you want, array/collection/dictionary e.t.c e.t.c then they will be in alphabetical order
;)