wodFTPServer ActiveX Control - Item Property
      
 

Description

Returns reference to specific virtual file.


Property type

A VirtualFile object.  Reference to requested VirtualFile object.


Syntax

object.Item(Index)



The Item Property syntax has these parts:

Part Description
object An expression evaluating to an object of type VirtualFiles.
Index Required. A Variant value. Holds virtual file index, or virtual file name.

Remarks

Item property will return reference to requested VirtualFile. Index argument could be a number - as id of the file in the collection, or string as file name. First name that matches will be returned.