I use opendir() and readdir() to display the file names in a directory. But they are disordered. How can I sort them? The language is C. to display the fi
I use opendir() and readdir() to display the file names in a directory. But they are disordered. How can I sort them? The language is C. to display the fi