Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>function 4fh find next file (find next)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 4Fh            Find Next File (FIND NEXT)

    Searches for the next directory entry that matches the name and
    attributes specified in a previous call to Find First (4eh). The
    current DTA must contain the information filled in by the Find
    First function.

        Entry   AH = 4Fh

        Return  FileInfo structure at current DTA
                or
                AX = Error code, if CF is set
                     | 02h File not found
                     | 03h Path not found
                     | 12h No more files to be found

    ------------------------------------------------------------------

    Function 4fh continues the file search that was begun by function
    4eh (Find First File).

See Also: 4eh 59h FileInfo

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson