Pascal Scripting: FindNext

Prototype:

function FindNext(var FindRec: TFindRec): Boolean;

Description:

Retrieves information about the next matching file after a call to FindFirst. Returns True if successful.

Example:

For an example, see the documentation for FindFirst.

See also:

FindFirst
FindClose