|
There must be a bug somewhere.
0.000 Start cache subdir mp3 <=== this is the findfirst findnext, very simple thing
21.500 End cache subdir mp3
24.360 Start sort mp3 <=== this is the quicksort to sort by alphabetical order & by kind the file i found previously
24.360 End sort mp3
The quicksort takes no time to parse the thousand of file. and it's the heaviest code.
Could you give the the complete path to your mp3 lowest directory.
if the path is more than 255 character then i blow up my stack.
thanks.
Last edited by enitalp : 08-22-2006 at 03:46 PM.
|