NextFTPDirectoryEntry()
语法
Result = NextFTPDirectoryEntry(#Ftp)概要
Moves to the next entry in an enumeration started with ExamineFTPDirectory().
参数
#Ftp The connection to use.
返回值
Returns nonzero if the next entry is available or zero if there are no more entries to examine.
Remarks
The entry name can be read with FTPDirectoryEntryName(). To know whether an entry is a file or directory, use FTPDirectoryEntryType().
参阅
ExamineFTPDirectory(), FTPDirectoryEntryType(), FTPDirectoryEntryName(), FTPDirectoryEntryDate(), FTPDirectoryEntrySize(), FTPDirectoryEntryRaw(), FTPDirectoryEntryAttributes()
已支持操作系统
所有