tokenize-environment-variable

Splits an PATH-type environment variable into individual values.  On Windows, the variable is split around ‘;’.  On Unix, the variable is split around ‘:’.

Exported from

Arguments

varAn instance of <string>.  The value of an environment variable.

Values

stringsAn instance of <sequence> containing <string>s.  Each path or filename in var.
The operating-system module contains functions for dealing with environment variables, the current user, and processes.
The class of sequences with elements that are characters.
The class of collections whose keys are consecutive integers starting from zero.