|
Sort files under a folder by created date
Could anyone giving me some idea on how to sort files under a folder by created date in C (pure c)?
I know how to output all files under a certain folder using DIR structure. The thing is I want them to output in an order by created date.
I am wondering if there is any other way besides writing a sort method myself.
Thanks,
-Kunsheng
|