Difference between revisions of "ScriptPath"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function ScriptPath: AnsiString; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Returns the path to the f...") |
|||
Line 18: | Line 18: | ||
==See Also== | ==See Also== | ||
+ | *[[WorkspacePath]] | ||
*[[IncludesPath]] | *[[IncludesPath]] | ||
*[[LogsPath]] | *[[LogsPath]] |
Revision as of 23:17, 9 February 2012
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.