16 lines
199 B
Plaintext
16 lines
199 B
Plaintext
:sig
|
|
void cwd_set(String path)
|
|
|
|
:params
|
|
path : the new working directory
|
|
|
|
:desc
|
|
Sets a new working directory.
|
|
|
|
:see
|
|
>sys
|
|
|
|
:related
|
|
**PHP:** `chdir()`
|
|
**JavaScript / Node.js:** Node `process.chdir()`
|