ScreenPath

From SCAR Divi Manual
Revision as of 18:00, 25 June 2011 by Freddy (talk | contribs) (Created page with "==Definition== <func>function ScreenPath: AnsiString;</func> ==Availability== SCAR Divi 3.25 > Current ==Description== This function returns the path to the Screenshots folder ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

<func>function ScreenPath: AnsiString;</func>

Availability

SCAR Divi 3.25 > Current

Description

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

Example

begin
  WriteLn(ScreenPath);
end.

See Also