15 lines
214 B
Plaintext
15 lines
214 B
Plaintext
:sig
|
|
String cwd_get()
|
|
|
|
:params
|
|
return value : the current working directory
|
|
|
|
:see
|
|
>sys
|
|
|
|
:content
|
|
Returns the current working directory.
|
|
|
|
:example
|
|
print(cwd_get() != "" ? "have a working directory" : "none", "\n");
|