LogsPath

From SCAR Divi Manual
Revision as of 15:38, 4 April 2012 by Freddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

function LogsPath: string;

Availability

SCAR Divi 3.25 > Current

Description

This function returns the path to the Logs folder in your workspace. This can be used by scripts to store logs in a centralized location with writing permissions.

Example

begin
  WriteLn(LogsPath);
end.

See Also