wodFtpDLX ActiveX Control - AccessTime Property
      
 

Description

Holds last access time for the file or directory.


Property type

A Date value.  


Syntax

object.AccessTime [= value]



The AccessTime Property syntax has these parts:

Part Description
object An expression evaluating to an object of type DirItem.
value A 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!