up previous next
GetEnv

access shell variables

Syntax
GetEnv(S:STRING):STRING

Description
This function returns the value of system shell variables

Example
  GetEnv("HOME");
/Users/bigatti
-------------------------------
  GetEnv("COCOARC");
/Users/bigatti/.cocoarc
-------------------------------