17 lines
210 B
Plaintext
17 lines
210 B
Plaintext
:sig
|
|
void cwd_set(String path)
|
|
|
|
:params
|
|
path : the new working directory
|
|
|
|
:see
|
|
>sys
|
|
|
|
:content
|
|
Sets a new working directory.
|
|
|
|
## Related Concepts
|
|
|
|
- PHP: `chdir()`
|
|
- JavaScript / Node.js: Node `process.chdir()`
|