Back to product page

AccessTime property


Holds last access time for the file or directory.

Type

A Date value

Syntax

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

Remarks

This property holds last access date and time for the file/folder. Most FTP servers will not provide this information, but it is usual for SFTP servers. 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