JCL Help:GetBackupFileName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a file name that can be used for backup purposes.


Pascal

 function GetBackupFileName(const FileName: string): string;


Parameters

Parameters Description
const FileName: string File name that is used to construct file name of backup file.


Description

Returns a file name that can be used for backup purposes. Basically it prepends the file extention with a tilde (~). If file does not contain extension, the function does nothing.


See Also

IsBackupFileName


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