View Single Post
Old November 27th, 2006, 01:10 PM   #14 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
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.
Michael P is offline   Reply With Quote