JCL Help:IsBackupFileName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Checks if a file name is a backup file name or not.


Pascal

 function IsBackupFileName(const FileName: string): Boolean;


Parameters

Parameters Description
const FileName: string File name to check.


Description

Returns True if the specified file name is a backup file name (file extension starts with a tilde). Returns False if the specified file name is not a backup file name (file extension doesn't start with a tilde).


See Also

GetBackupFileName


About

Unit

JclFileUtils


Donator

Jean-Fabien Connault


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