JCL Help:LastWriteDateTimeOfFile

From Project JEDI Wiki
Jump to navigationJump to search


Summary

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


Pascal

 function LastWriteDateTimeOfFile(const Sr: TSearchRec): TDateTime;


Parameters

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


Return Value

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


Description

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


See Also

CreationDateTimeOfFile LastAccessDateTimeOfFile


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