MIIsFtpDots() function - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

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().