Mojo function
unsetenv
unsetenv(name: String) -> Bool
Unsets an environment variable.
Args:
- name (
String
): The name of the environment variable.
Returns:
True if unsetting the variable succeeded. Otherwise, False is returned.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!