Back to product page

Tag property (DirItem)


Tag for miscellaneous use.

Type

A Varian value

Syntax

  • Basic
object.Tag [= value]
The Tag(object,value) syntax has these parts:
objectAn expression evaluating to an object of type DirItem.
valueA Variant value.

Remarks

Tag property is never used by wodFtpDLX and it is here only to help you store different kind of information you would like to assing to specific directory items. This property will be created for each new item listed in wodFtpDLX'es window, and will exist until folder is changed (in other words as long as items are visible).

Just a reminder - you must call ListDir to get directory listing, and then access files through Ftp.DirItems property in order for this property to be available!

Platforms

Windows