Internet Direct (Indy)
Home
PreviousUpNext
TIdMLSTFTPListItem.LastAccessDate Property

Date and time an entry was last accessed on the remote file system.

Pascal
property LastAccessDate: TIdDateTime;

LastAccessDate is a TIdDateTime property that represents the date and time an entry was last accessed on the remote file system. 

Use LastAccessGMT to access the date and time value expressed in the GMT timezone. 

Values in LastAccess and LastAccessGMT are assigned when the directory listing parser encounters the "windows.lastaccesstime" fact in a listing response. If "windows.lastaccesstime" is not present in the Facts for the collection item, the property contains an empty date value (0.0). 

Use ModifiedDate and ModifiedDateGMT to access the date and time an entry was last modified on the remote file system. 

Use CreationDate and CreationDateGMT to access the date and time an entry was created on the remote file system.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.