sort-order of findnext?
sort-order of findnext?
(OP)
Naturally I use findfirst and findnext to get lists of files, and notice that dos sorts them, but the order varies from machine to machine. Presumably it's by the same mechanism as sets the order when you use dir?
I'd be deeply grateful if anyone could explain to me whether it's possible to set the sorting order from within pascal (I use Turbo pascal 6.0)...
Many thanks
I'd be deeply grateful if anyone could explain to me whether it's possible to set the sorting order from within pascal (I use Turbo pascal 6.0)...
Many thanks
RE: sort-order of findnext?
I never looked into this, because I just used findfirst/findnext and sorted the entries myself.
Regards,
Bert Vingerhoets
vingerhoetsbert@hotmail.com
http://student.vub.ac.be/~bvingerh/
Don't worry what people think about you. They're too busy wondering what you think about them.
RE: sort-order of findnext?
Thanks hugely. If you don't know of a way to set it, there probably isn't one.
Many thanks!
RE: sort-order of findnext?
Cheers,
Realm174
RE: sort-order of findnext?
Thanks!