Moves files to destination directory
Source position: fpmkunit.pp line 1426
public procedure TBuildEngine.CmdMoveFiles( |
List: TStrings; |
const DestDir: string |
); |
List |
|
List of files to move |
DestDir |
|
Destination directory for file movement |
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.