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

TBuildEngine.CmdDeleteFiles

Deletes files from filesystem

Declaration

Source position: fpmkunit.pp line 1427

public procedure TBuildEngine.CmdDeleteFiles(

  List: TStrings

);

Arguments

List

  

List of files to delete

Description

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.


Documentation generated on: Dec 15 2025