NAME: FindNext USE: Procedure to return the next file entry, after the initial call to FindFirst. This procedure accepts the same type record as FindFirst. DEPENDENCY: The DOS unit must be used placed in the uses section. SYNTAX: FindNext(DInfo); EXAMPLE: See FindFirst.