IncludesPath

From SCAR Divi Manual
Revision as of 00:07, 27 June 2011 by Freddy (talk | contribs)
Jump to: navigation, search

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