tango.sys.Environment

License:

BSD style: see license.txt

Version:

Feb 2007: Initial release

Author:

Deewiant, Maxter, Gregor, Kris
struct Environment #
Exposes the system Environment settings, along with some handy utilities
FilePath exePath(char[] file) [static] #
Returns the full path location of the provided executable file, rifling through the PATH as necessary.
Returns null if the provided filename was not found
char[] get(char[] variable, char[] def = null) [static] #
Returns the provided 'def' value if the variable does not exist
void set(char[] variable, char[] value = null) [static] #
clears the variable if value is null or empty
char[][char[]] get() [static] #