Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBuildEngine.CmdArchiveFiles

Creates archive file containing specified files

Declaration

Source position: fpmkunit.pp line 1429

public procedure TBuildEngine.CmdArchiveFiles(

  List: TStrings;

  const ArchiveFile: string

);

Arguments

List

  

List of files to include in archive

ArchiveFile

  

Filename for the created archive

Description

Creates an archive file containing the specified list of files using either the configured archive command or the system's native archiving functionality.

This is used during the archive phase to create distribution packages containing compiled binaries and resource files.


Documentation generated on: Dec 15 2025