Deletes files from filesystem
Source position: fpmkunit.pp line 1427
public procedure TBuildEngine.CmdDeleteFiles( |
List: TStrings |
); |
List |
|
List of files to delete |
Deletes a list of files from the filesystem using either the configured remove command or the system's native delete functionality.
This is typically used during clean operations to remove compiled object files, executables, and other generated files.