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