Navigation
index
modules
|
ooc v0.3.0 documentation
»
os/Env
¶
getenv
(
path:
String
)
→
String
¶
setenv
(
key
,
value:
String
,
overwrite:
Bool
)
→
Int
¶
unsetenv
(
key:
String
)
→
Int
¶
putenv
(
str:
String
)
→
Int
¶
class
Env
¶
extends:
Object
static method
new
→
Env
¶
method
init
¶
static method
get
(
variableName:
String
)
→
String
¶
static method
set
(
key
,
value:
String
,
overwrite:
Bool
)
→
Int
¶
static method
set~overwrite
(
key
,
value:
String
)
→
Int
¶
static method
unset
(
key:
String
)
→
Int
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
ooc v0.3.0 documentation
»