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

TBuildEngine.CmdCreateDir

Creates a directory with necessary parent directories

Declaration

Source position: fpmkunit.pp line 1425

public procedure TBuildEngine.CmdCreateDir(

  const DestDir: string

);

Arguments

DestDir

  

Destination directory to create

Description

Creates a directory and all necessary parent directories in the path. If the directory already exists, no error is generated.

This is used to ensure output directories exist before files are written during the build and installation process.


Documentation generated on: Dec 15 2025