[comp.lang.pascal] TP5.5 Bug

bg11+@andrew.cmu.edu (Brian E. Gallew) (07/10/90)

I seem to have found a bug in TP5.5.  

I am trying to create a Borland-style point-and-shoot file display.  I
am using a linked list, with FindFirst and FindNext in a recursive
function.  FindFirst always finds the correct first file, but find next
****ALWAYS**** returns DosError 18 (No More Files)!
Does anybody know why?  If you need, I can post the relevent code, but I
will have to bring it in from home as my modem is dead.

-Thanks.