Finds files stored within the archive.
function FindNext(var F: TZFArchiveItem): Boolean;
Description
Use FindNext to find files stored inside the open archive file. FindNext return True if there is at least one file meets search conditions, otherwise it returns False. Use FindNext after calling FindFirst only.
Pass TArchiveItem record found by previous calling of FindFirst or FindNext to the FindNext.
After calling FindNext F parameter will contain parameters of the next found file.
|
|