Back to product page

Count property


Returns total number of directory items.

Type

An Integer value. Total number of items in the directory.

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn expression evaluating to an object of type DirItems.

Remarks

Count property will return total number of files and subfolders (and other items too...) that exist in remote directory. It is possible that this count will have more items than visible in current wodFtpDLX'es window. This happens because wodFtpDLX does NOT show item with name '.' (current directory) - in theory, only one such item can exist in the directory.

Platforms

Windows