16 lines
210 B
Plaintext
16 lines
210 B
Plaintext
:sig
|
|
String cwd_get()
|
|
|
|
:params
|
|
return value : the current working directory
|
|
|
|
:desc
|
|
Returns the current working directory.
|
|
|
|
:see
|
|
>sys
|
|
|
|
:related
|
|
**PHP:** `getcwd()`
|
|
**JavaScript / Node.js:** Node `process.cwd()`
|