path-parse

MIT

Parse the PATH environment variable, portably.

$ area51 add path-parseCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(path-parse:some-function ...)