Description
-
Tag for miscellaneous use.
Property type
-
A Variant value.
Syntax
-
object.Tag [= value]
The Tag Property syntax has these parts:
| object |
An expression
evaluating to an object of type DirItem. |
| value |
A 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!
|