i need to search directory for files of specific type, for example txt files, and i need to search it alphabetically.
i tried to use FindFirstFile() and FindNextFile() (or so...oh my memory ), and it work somewhat...strange it created list like:

(file) a, b, c, u, v, z, o, p etc,

not alphabetical one and i couldn't figure out what kind of sort was it if any. I tried FindFirstFileEx() with some enhanced abilities too, but without change. Am i using wrong functions/parameters or what? please if anybody has experience with things like this, let me know about any way to do it...