Difference between revisions of "AppPath"

From SCAR Divi Manual
Jump to: navigation, search
Line 18: Line 18:
  
 
==See Also==
 
==See Also==
 +
*[[WorkspacePath]]
 
*[[IncludesPath]]
 
*[[IncludesPath]]
 
*[[LogsPath]]
 
*[[LogsPath]]

Revision as of 00:17, 10 February 2012

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.

See Also