Difference between revisions of "AppPath"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function AppPath: AnsiString; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Returns the path to SCAR Div...") |
|||
Line 22: | Line 22: | ||
*[[FontsPath]] | *[[FontsPath]] | ||
*[[ScreenPath]] | *[[ScreenPath]] | ||
+ | *[[ScriptPath]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:File Functions]] | [[Category:File Functions]] |
Revision as of 02:54, 4 September 2011
Definition
function AppPath: AnsiString;
Availability
SCAR Divi 3.00 > Current
Description
Returns the path to SCAR Divi's root folder.
Example
begin WriteLn(AppPath); end.