Adds package-specific path prefix to a path
Source position: fpmkunit.pp line 1414
public function TBuildEngine.AddPathPrefix( |
APackage: TPackage; |
APath: string |
):string; |
APackage |
|
Package instance for path prefix context |
APath |
|
Original path to add prefix to |
Path with package prefix added
Adds a package-specific path prefix to the given path string.
This ensures paths are correctly resolved relative to the package's base directory and build configuration.