IncludesPath
From SCAR Divi Manual
Definition
function IncludesPath: AnsiString;
Availability
SCAR Divi 3.25 > Current
Description
This function returns the path to the Includes folder in your workspace. This can be used by scripts to store logs in a centralized location with writing permissions.
Example
begin WriteLn(IncludesPath); end.