ScriptPath
From SCAR Divi Manual
Definition
function ScriptPath: AnsiString;
Availability
SCAR Divi 3.00 > Current
Description
Returns the path to the folder containing the script.
Example
begin WriteLn(ScriptPath); end.
function ScriptPath: AnsiString;
SCAR Divi 3.00 > Current
Returns the path to the folder containing the script.
begin WriteLn(ScriptPath); end.