Expand description
Process management
Modules§
- ffi
- Low-level bindings for node.js process functions and variables
Functions§
- chdir
- Changes the current working directory to the specified path
- cwd
- Returns the current working directory of the process
- get_env
- Returns a map of all environment variables defined for the process
- remove_
var - Removes an environment variable
- set_var
- Set an environment variable to a specified value