Get Variables Module
- emulations.get_variables.current_directory()
Extract and print the current working directory.
This function extracts the current working directory and stores it in the variable.current_directory variable. It then prints the current directory path.
Returns: None
- emulations.get_variables.home_path()
Extract and print the home directory path.
This function extracts the home directory path and stores it in the variable.home_path variable. It then prints the home directory path.
Returns: None
- emulations.get_variables.os_path()
Extract and print the PATH environment variable.
This function extracts the PATH environment variable and stores it in the variable.os_path variable. It then prints the value of the PATH variable.
Returns: None
- emulations.get_variables.username()
Extract and print the username.
This function extracts the username and stores it in the variable.username variable. It then prints the username.
Returns: None
- emulations.get_variables.volume_path()
Extract and print the volume path.
This function extracts the volume path and stores it in the variable.volume_path variable. It then prints the volume path.
Returns: None
This module provides functions to extract and print various environment and system variables.