I have a program that's used _findfirst() and _findnext() successfully for months, but today it went wrong because files were being found in non-alphabetical (ASCII) order.
What order are they meant to come in? (MSDN doesn't say.)
Can I somehow force it to find them in alphabetical order?
Thanks v much,
Daih
What order are they meant to come in? (MSDN doesn't say.)
Can I somehow force it to find them in alphabetical order?
Thanks v much,
Daih