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

TBuildEngine.CmdMoveFiles

Moves files to destination directory

Declaration

Source position: fpmkunit.pp line 1426

public procedure TBuildEngine.CmdMoveFiles(

  List: TStrings;

  const DestDir: string

);

Arguments

List

  

List of files to move

DestDir

  

Destination directory for file movement

Description

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

Files are relocated from their current location to the destination directory. The destination directory is created if it doesn't exist.


Documentation generated on: Dec 15 2025