>
> >Is it taking too long to read the directory, or to display the contents
> >of the directory?
>
> Display the contents I guess...
Don't "guess"
That's what GetTickCount() is for
Set a variable at the start of this section to getTickCount()
Once the CFDIRECTORY is run, set another variable to getTickCount() -
First Time Var
Reset the timer to getTickCount()
After the display, get the GetTickCount() - the timer var
You now have the ms count for the CFDIRECTORY and for the display
Which is taking longer?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

