Copies files to destination directory
Source position: fpmkunit.pp line 1424
public procedure TBuildEngine.CmdCopyFiles( |
List: TStrings; |
const DestDir: string; |
APackage: TPackage |
); |
List |
|
List of files to copy |
DestDir |
|
Destination directory for file copying |
APackage |
|
Package context for file copying |
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.