Purpose
Determines if the found file is a directory with the given CFtpFileFind handle.
Syntax
MIIsFtpDirectory( ByVal hFTPFind As CFtpFileFind ) As SmallInt
hFTPFind is a CFtpFileFind handle.
Return Value
Nonzero if the found file is a directory; otherwise 0.
Description
You must call MIFindNextFtpFile() function at least once before calling MIIsFtpDirectory().