wodFtpDLX ActiveX Control - ModificationTime Property
ModificationTime Property
Description
Holds last modification time for the file or
directory.
Property type
A Date value.
Syntax
object.ModificationTime [=
value]
The ModificationTime Property syntax has these
parts:
Part
Description
object
An expression
evaluating to an object of type DirItem.
value
A Date value.
Remarks
ModificationTime property will hold information date and time for
the item when it was last modified. It may be adjusted to your local
timezone based on
Timezone property setting!
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!