-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPDirectory.ReadNextEntry
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
SSH.SFTPDirectory.ReadNextEntry
Function ReadNextEntry() As Boolean
Returns True
if the next entry was read. Returns False
on error or if there are no further entries.
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.