91daa6f722
Env::Path presents an object-oriented interface to "path variables", defined as that subclass of environment variables which name an ordered list of filesystem elements separated by a platform-standard separator (typically ':' on UNIX and ';' on Windows).
4 lines
256 B
Text
4 lines
256 B
Text
Env::Path presents an object-oriented interface to "path variables",
|
|
defined as that subclass of environment variables which name an
|
|
ordered list of filesystem elements separated by a platform-standard
|
|
separator (typically ':' on UNIX and ';' on Windows).
|