Exceptions
NO_ENV_HOME |
thrown when the enviroment variable $HOME is not set
|
|
Type Summary
|
Other Items:
|
|
function Get_Compiled_For return compiled_for;
|
Returns the Platfrom on wich the library was compiled
Returns : compiled_for Platform on which it was compiled
|
|
function Get_Home_Dir return String;
|
Get the Home Directory. Requires the environment variable
HOME. If this variable is not set, the exception
NO_ENV_HOME is raised.
Returns : String Home Directory of the user
|
|
function Get_Sys_Dir return String;
|
Get the directory where the system wide
configuration files reside.
Returns : String System wide configuration directory
|
|
|
private
|