function EOF: boolean; overload;
function EOF(const Handle: TScSFTPFileHandle): boolean; overload;
Description
Use the EOF method to determine that an attempt to read past or required the end-of-file was made or that there are no more directory entries to return. This method has sense only when NonBlocking = False.
To find out the end-of-file state for a specific file, use the overloaded method, in which you should specify the required file in the Handle parameter.
See Also