Difference between revisions of "AppPath"
From SCAR Divi Manual
Line 1: | Line 1: | ||
==Definition== | ==Definition== | ||
<source lang="scar" lines="false"> | <source lang="scar" lines="false"> | ||
− | function AppPath: | + | function AppPath: string; |
</source> | </source> | ||
Latest revision as of 14:39, 4 April 2012
Definition
function AppPath: string;
Availability
SCAR Divi 3.00 > Current
Description
Returns the path to SCAR Divi's root folder.
Example
begin WriteLn(AppPath); end.