mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
5 lines
256 B
Plaintext
5 lines
256 B
Plaintext
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).
|