Skip to content
Advertisement

Files in directory not in order

I use this code to list all files in directory:

JavaScript

But, the result is not in the numerical order. How can I fix it?

Advertisement

Answer

Get a list of all the filenames, then you can use a sorting function.

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement