Creates a directory with necessary parent directories
Source position: fpmkunit.pp line 1425
public procedure TBuildEngine.CmdCreateDir( |
const DestDir: string |
); |
DestDir |
|
Destination directory to create |
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.