Difference between revisions of "ScriptPath"
From SCAR Divi Manual
Line 18: | Line 18: | ||
==See Also== | ==See Also== | ||
+ | *[[ScriptFile]] | ||
*[[WorkspacePath]] | *[[WorkspacePath]] | ||
*[[IncludesPath]] | *[[IncludesPath]] |
Latest revision as of 14:39, 4 April 2012
Definition
function ScriptPath: string;
Availability
SCAR Divi 3.00 > Current
Description
Returns the path to the folder containing the script.
Example
begin WriteLn(ScriptPath); end.