JVCL Help:TJvPatchFile.IsPatchable

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates if the specified file appears to be patchable.


Pascal

 functionIsPatchable(constFileName: string): Boolean;


Parameters

Parameters Description
const FileName: string File to check.


Return Value

Boolean - True when


Description

IsPatchable is a Boolean function used to indicate if the file specified in Filename can be patched using the values in Differences. IsPatchable performs a rudimentary test to determine if the specified file name can be patched; the file in Filename must exist and the file size for the unpatched file stored in Differences must match the file size for the file in Filename.
IsPatchable does not perform any in-depth comparison of the contents of the file in Filename.


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