15 lines
174 B
Plaintext
15 lines
174 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 example\n");
|