Skip to content

SSH.SFTPDirectory.ReadNextEntry

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

SSH.SFTPDirectory.ReadNextEntry

Method Signature

 Function ReadNextEntry() As Boolean

Return value

Returns True if the next entry was read. Returns False on error or if there are no further entries.

Remarks

This method reads the next directory entry and populates the CurrentName, CurrentLength, etc. properties. Keep calling this method until it returns False to iterate over the entire directory.

Clone this wiki locally