JVCL Help:JvCsvBackupPreviousFiles

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Backups a CSV file.

run\JvCsvData.pas


Pascal

 run\JvCsvData.pas
 functionJvCsvBackupPreviousFiles(constFileName: string; MaxFiles: Integer): Boolean;


Parameters

Parameters Description
const FileName: string The base filename of the backup file.
MaxFiles: Integer The maximum number of backup files to keep with the same base Filename.

run\JvCsvData.pas


Description

Call JvCsvBackupPreviousFiles to create a backup of a CSV file.

run\JvCsvData.pas


About

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