This is the path-parse Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:12:37 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
path-parseParse the PATH environment variable, portably.
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(GIT git@github.com:eudoxia0/path-parse.git)
MIT
# path-parse
[](https://travis-ci.org/eudoxia0/path-parse)
[](https://coveralls.io/github/eudoxia0/path-parse?branch=master)
Parse the ‘PATH‘ environment variable, portable.
# Usage
“‘lisp
CL-USER> (ql:quickload :path-parse)
To load "path-parse":
Load 1 ASDF system:
path-parse
; Loading "path-parse"
(:PATH-PARSE)
CL-USER> (path-parse:path)
(#P"/usr/local/bin/" #P"/usr/bin/" #P"/bin/" #P"/usr/local/games/"
#P"/usr/games/")
“‘
# License
Copyright (c) 2016 Fernando Borretti
Licensed under the MIT License.
0.1
uiop (system).
split-sequence (system).
src (module).
Modules are listed depth-first from the system components tree.
path-parse/srcpath-parse (system).
path-parse.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
path-parse/src/path-parse.lispsrc (module).
path (function).
+env-var+ (special variable).
+separator+ (special variable).
expand-pathname (function).
Packages are listed by definition order.
path-parsePortably parse the PATH environment variable.
common-lisp.
path (function).
+env-var+ (special variable).
+separator+ (special variable).
expand-pathname (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Return a list of absolute pathnames where executables might be located.
The name of the environment variable.
The separator character.
Expand a pathname, resolving . and .. using the current working directory.
| Jump to: | E F P |
|---|
| Index Entry | Section | ||
|---|---|---|---|
| | |||
| E | |||
expand-pathname: | Private ordinary functions | ||
| | |||
| F | |||
Function, expand-pathname: | Private ordinary functions | ||
Function, path: | Public ordinary functions | ||
| | |||
| P | |||
path: | Public ordinary functions | ||
| | |||
| Jump to: | E F P |
|---|
| Jump to: | +
S |
|---|
| Jump to: | +
S |
|---|
| Jump to: | F M P S |
|---|
| Jump to: | F M P S |
|---|