: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()`
