Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!bg11+ From: bg11+@andrew.cmu.edu (Brian E. Gallew) Newsgroups: comp.lang.pascal Subject: TP5.5 Bug Message-ID: <0aaRVu600UhB40rAFI@andrew.cmu.edu> Date: 10 Jul 90 13:30:34 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 10 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.