Back to product page

ModificationTime property


Holds last modification time for the file or directory.

Type

A Date value

Syntax

  • Basic
object.ModificationTime[= value]
The ModificationTime(object,value) syntax has these parts:
objectAn expression evaluating to an object of type DirItem.
valueA 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!

Platforms

Windows