Next: Getting the latest version, Previous: Compilation error and warning handling, Up: Top
ASDF includes several additional features that are generally useful for system definition and development. These include:
It's often handy to locate a file relative to some system. The system-relative-pathname function meets this need. It takes two arguments: the name of a system and a relative pathname. It returns a pathname built from the location of the system's source file and the relative pathname. For example
> (asdf:system-relative-pathname 'cl-ppcre "regex.data") #P"/repository/other/cl-ppcre/regex.data"
to be documented
to be documented