Environment variables

Resources

1. Working in the environment variables drive location

The environment variables drive is found at: Env:

2. View value of environment variable

The Environment provider also exposes environment variables using a variable prefix of $Env:

3. List all environment variables

Alternatively, we can view it from the Env: folder too (refer to section above).

Last updated