Creates archive file containing specified files
Source position: fpmkunit.pp line 1429
public procedure TBuildEngine.CmdArchiveFiles( |
List: TStrings; |
const ArchiveFile: string |
); |
List |
|
List of files to include in archive |
ArchiveFile |
|
Filename for the created archive |
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.