Holds the total number of items in the collection.
Property type
An Integer value.
Syntax
object.Count
The Count Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type SftpItems.
Remarks
This property will return the total number of directory
items in the collection. It does not necessarily mean that this
is the total number of files in the directory, because the AttributesData
event may fire more than once for each ListAttributes
call.