A collection of utilities to help with pathname operations. https://shinmera.com/docs/pathname-utils
  • Common Lisp 100%
Find a file
2025-08-21 16:44:23 +02:00
docs Doc update 2025-08-21 16:44:23 +02:00
.gitattributes Update license to zlib. 2019-06-22 09:45:23 +02:00
documentation.lisp Allow specifying list of stuff to ignore in pathname-matches-p 2025-04-24 18:42:45 +02:00
LICENSE Update copyright 2023-07-03 19:01:49 +02:00
package.lisp Add FORCE-FILE and tests for it and FORCE-DIRECTORY 2025-02-03 18:28:03 +01:00
pathname-utils-test.asd Update linkage 2025-08-11 21:24:59 +02:00
pathname-utils.asd Update linkage 2025-08-11 21:24:59 +02:00
README.md Minimal readme. 2016-01-31 23:49:49 +01:00
test.lisp Fix parsing of user homedirs 2025-03-02 10:14:26 +01:00
toolkit.lisp Allow specifying list of stuff to ignore in pathname-matches-p 2025-04-24 18:42:45 +02:00

About Pathname-Utils

This is a collection of common tests and operations to help handling pathnames. It does not actually deal in handling the accessing of files on the underlying system however.

How To

Since this is a purely utility/toolkit library, simply having a look at the symbol index should give you the best idea of what is offered.