JCL Help:GetFileAgeCoherence
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetFileAgeCoherence Function
Search in JCL Help
Search in all projects
Summary
Tests the file age coherence of a file.
Pascal
function GetFileAgeCoherence(const FileName: string): Boolean;
Parameters
Parameters | Description |
const FileName: string | The name of the file whose age coherence to test. |
Return Value
If the file's age is coherent the result is True, otherwise it's False.
Description
GetFileAgeCoherence tests whether the specified file's age is coherent. That is, it tests whether or not the file creation time is at least earlier than the file's last write time.
See Also
GetFileLastWrite GetFileLastAccess GetFileCreation
About
Unit
Donator
Massimo Maria Ghisalberti
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