Difference between revisions of "ScreenPath"
From SCAR Divi Manual
Line 22: | Line 22: | ||
*[[FontsPath]] | *[[FontsPath]] | ||
*[[AppPath]] | *[[AppPath]] | ||
+ | *[[ScriptPath]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:File Functions]] | [[Category:File Functions]] |
Revision as of 02:54, 4 September 2011
Definition
function ScreenPath: AnsiString;
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.