|
As Chuck pointed out, we use readdir() to get the next X photos from a directory; if you wanted to sort that list you would need to read all of the photos into an array, sort the array and then pick X photos from the top of the array.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |