Next: Comprehensive Index, Previous: Top, Up: Top
Osicat is a lightweight operating system interface for Common Lisp on Unix-platforms. It is not a POSIX-style
api
, but rather a simple lispy accompaniment to the standardansi
facilities.Osicat homepage:
http://www.common-lisp.net/project/osicat/
Concepts:
Designated directory
When a relative pathname designator is used as a directory designator it is first resolved against
*default-pathname-default*
, and then against the current directory. (Withmerge-pathnames
in both cases.)