Module env

Module env 

Source
Available on crate feature env only.
Expand description

Process environment management.

Functions§

nstd_env_args
Returns an NSTDVec of NSTDStrings that each represent an argument received at program start.
nstd_env_current_dir
Returns a complete path to the process’s current working directory.
nstd_env_current_exe
Returns a complete path to the process executable.
nstd_env_remove_var
Removes an environment variable from the current process.
nstd_env_set_current_dir
Sets the current working directory for the process.
nstd_env_set_var
Sets an environment variable for the current process.
nstd_env_temp_dir
Returns a complete path to a temporary directory.
nstd_env_var
Retrieves a variable from the process environment.
nstd_env_vars
Returns an NSTDVec of NSTDString[2] which each represent an environment variable from the current process.