JCL Help:LastAccessDateTimeOfFile

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Extracts the last access date of the file specified by SR.


Pascal

 function LastAccessDateTimeOfFile(const Sr: TSearchRec): TDateTime;


Parameters

Parameters Description
const Sr: TSearchRec SR: TSearchRec: SearchRecord holding the file information.


Return Value

The last access date date of the file specified by SR, converted to TDateTime.


Description

Extracts the last access date of the file specified by SR. SR must be defined by a previoous call of FindFirst or FindNext.


See Also

CreationDateTimeOfFile LastWriteDateTimeOfFile


About

Unit

JclDateTime


Donator

Michael Schnell


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page