Purpose
Tests for the current directory and parent directory markers while iterating through files with the given CFtpFileFind handle.
Syntax
MIIsFtpDots( ByVal hFTPFind As CFtpFileFind ) As SmallInt
hFTPFind is a CFtpFileFind handle.
Return Value
Nonzero if the found file has the name "." or "..", which indicates that the found file is actually a directory. Otherwise 0.
Description
You must call the MIFindNextFtpFile() function at least once before calling MIIsFtpDots().