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

TPackage.GetUnitsOutputDir

Returns the output directory for compiled units

Declaration

Source position: fpmkunit.pp line 922

public function TPackage.GetUnitsOutputDir(

  ACPU: TCpu;

  AOS: TOS

):string;

Arguments

ACPU

  

Target CPU architecture

AOS

  

Target operating system

Function result

Path to units output directory

Description

Returns the directory where compiled unit files (.ppu) will be placed for the specified CPU, OS, and subtarget combination.

The directory path is constructed based on package configuration and platform settings.


Documentation generated on: Aug 28 2026 Report a problem on this page