Deletes files from destination directory
Source position: fpmkunit.pp line 1428
public procedure TBuildEngine.CmdDeleteDestFiles( |
List: TStrings; |
const DestDir: string |
); |
List |
|
List of files to delete |
DestDir |
|
Destination directory for file deletion |
Deletes a list of files from the specified destination directory.
This method combines the file list with the destination directory path and removes the specified files as part of cleanup operations.