Env (gb)
This class is a virtual collection of strings containing the variables of the process environment.
Static properties
Static methods
Copy
|
Return a copy of the environment as a string array.
|
Examples
For Each Key as String in Application.Env
Print Key & "=" & Application.Env[Key]
Next
LANGUAGE=en_GB.UTF-8
HOSTNAME=7d411291b4ae
HOME=/home/play
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG=en_GB.UTF-8
LC_ALL=en_GB.UTF-8
PWD=/
TZ=:/etc/localtime