From: Brad Date: 2007-03-10T09:35:05+09:00 Subject: Find.find --- returns directories/files backwards New user question: It seems to me when I run: Find.find('/user/name/documents') {|path| puts path} it returns all the directories in the reverse order. I was expecting the directories to be returned in alphabetical order, but that doesn't seem to be the case. Also, in one case it reads half of a directory's files, then the sub dirs and then it finished reading the rest of the directory it started in and finished writing them in the Puts statement. Am I missing something? How do you do get it to write out the directories in alphabetical order? Any and all help welcome. Thank you. Brad