Re: Recursive directory iterator and sorting

2009-08-10 Thread JamesF
http://us3.php.net/manual/en/function.asort.php On Aug 10, 3:07 am, Alan C wrote: > Does anyone know how to sort the results produced by > recursivedirectoryiterator > > the results I'm getting show all the directory tree for a given > folder, but they are not sorted in any way, what I would li

Recursive directory iterator and sorting

2009-08-10 Thread Alan C
Does anyone know how to sort the results produced by recursivedirectoryiterator the results I'm getting show all the directory tree for a given folder, but they are not sorted in any way, what I would like is an alphabetic sort of each level. --~--~-~--~~~---~--~