cl-fad
CL-FAD is a portable pathname library based on code from Peter Seibel's book Practical Common Lisp, providing a way to work with files and directories.

License: BSD

Homepage: http://weitz.de/cl-fad/

Maintainer: Edi Weitz


Personal opinion: cl-fad was a great improvement when it first appeared, but it has way too much implementation-dependent pitfalls. I recommend uiop, which is of vastly higher quality, and also has the advantage of already be in your implementation as part of asdf 3. And if you need finer control on filesystem access, use iolib. — Fare Rideau
system programming