Re: [AD] for_each_file suggestion |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sun, 20 Aug 2000, Charles Wardlaw wrote:
> Hello all,
>
> I've noticed that the for_each_file() function under dos/win32 seems to grab
> files in the order they're created, without sorting for filename order.
> Hehe... brings me back to the old days when you could use some norton
> proggie (DS.EXE, I believe) to sort all the directories on your HD...
> anywho, are there any plans to have a sorted for_each_file(), that returns
> files in order, or should I work on a workaround inside my program?
for_each_file() should remain unsorted. You can sort files in callback
function.
Have a nice day.
Stepan Roh