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

NonBlocking

ReadDirectory

ReadFile

TextSeek

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support