Single File System: Virtual File System Delphi Library
for Archive / Backup with Transparent Compression and Strong Encryption


TSingleFileSystem.FindNext
TSingleFileSystem
Top 


Returns the next entry matching the name and attributes specified in a previous call to FindFirst.

function FindNext(var F: TSearchRec): Integer;

Description
FindNext returns the next entry that matches the name and attributes specified in a previous call to FindFirst. The search record must be one that was passed to FindFirst. The return value is zero if the function was successful. Otherwise the return value is an error code.


© 2000-2004 AidAim Software LLC Single File System: