WorkspacePath

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

Definition

function WorkspacePath: string;

Availability

SCAR Divi 3.31 > Current

Description

This function returns the path to your workspace. Normally no administrative privileges should be required to write at this path.

Example

begin
  WriteLn(WorkspacePath);
end.

See Also