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

TBuildEngine.CmdCopyFiles

Copies files to destination directory

Declaration

Source position: fpmkunit.pp line 1424

public procedure TBuildEngine.CmdCopyFiles(

  List: TStrings;

  const DestDir: string;

  APackage: TPackage

);

Arguments

List

  

List of files to copy

DestDir

  

Destination directory for file copying

APackage

  

Package context for file copying

Description

Copies a list of files to the specified destination directory using either the configured copy command or the system's native copy functionality.

The destination directory is created if it doesn't exist. File paths can be absolute or relative to the current working directory.


Documentation generated on: Dec 15 2025