[physfs] Does PHYSFS_enumerateFiles sort or not?

Ryan C. Gordon icculus at icculus.org
Tue Oct 20 12:17:26 EDT 2015


> Judging from the source code (repo from 2014-07) it looks like it
> sorts to me; the enumFilesCallback() used in PHYSFS_enumerateFiles()
> even contains a comment that reads "See if file is in the list
> already, and if not, insert it in there alphabetically..."

If I recall, the original implementation didn't sort, but now it does.

--ryan.





More information about the physfs mailing list