Difference between revisions of "IncludesPath"

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

Revision as of 00:17, 10 February 2012

Definition

function IncludesPath: AnsiString;

Availability

SCAR Divi 3.25 > Current

Description

This function returns the path to the Includes folder in your workspace. This can be used by scripts to load files from includes easily.

Example

begin
  WriteLn(IncludesPath);
end.

See Also