17 lines
221 B
Plaintext
17 lines
221 B
Plaintext
:sig
|
|
String cwd_get()
|
|
|
|
:params
|
|
return value : the current working directory
|
|
|
|
:see
|
|
>sys
|
|
|
|
:content
|
|
Returns the current working directory.
|
|
|
|
## Related Concepts
|
|
|
|
- PHP: `getcwd()`
|
|
- JavaScript / Node.js: Node `process.cwd()`
|