JCL Help:CreationDateTimeOfFile

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Extracts the creation date of the file specified by SR.


Pascal

 function CreationDateTimeOfFile(const Sr: TSearchRec): TDateTime;


Parameters

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


Return Value

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


Description

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


See Also

LastAccessDateTimeOfFile 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