This is the illogical-pathnames Reference Manual, version 1.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:27:26 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
illogical-pathnames
Mostly filesystem-position-independent pathnames.
Robert Smith <quad@symbo1ics.com>
BSD 3-clause (See illogical-pathnames.lisp)
1.0.1
readme.txt
(file).
illogical-pathnames.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
illogical-pathnames/illogical-pathnames.asd
illogical-pathnames
(system).
illogical-pathnames/illogical-pathnames.lisp
readme.txt
(file).
illogical-pathnames
(system).
define-illogical-host
(macro).
disable-illogical-pathname-syntax
(function).
enable-illogical-pathname-syntax
(function).
illogical-host
(type).
illogical-host-translation
(function).
(setf illogical-host-translation)
(function).
illogical-pathname
(structure).
illogical-pathname-directory
(reader).
(setf illogical-pathname-directory)
(writer).
illogical-pathname-host
(reader).
(setf illogical-pathname-host)
(writer).
illogical-pathname-name
(reader).
(setf illogical-pathname-name)
(writer).
illogical-pathname-p
(function).
illogical-pathname-type
(reader).
(setf illogical-pathname-type)
(writer).
make-illogical-pathname
(function).
make-load-form
(method).
translate-illogical-pathname
(function).
*common-lisp-sharp-p*
(special variable).
*illogical-hosts*
(special variable).
component-present-p
(function).
copy-illogical-pathname
(function).
directory-pathname-p
(function).
illogical-#p-reader
(function).
illogical-pathname-relative-pathname
(function).
new-#p-reader
(function).
pathname-absolute-p
(function).
pathname-as-file
(function).
Packages are listed by definition order.
illogical-pathnames
ipath
common-lisp
.
define-illogical-host
(macro).
disable-illogical-pathname-syntax
(function).
enable-illogical-pathname-syntax
(function).
illogical-host
(type).
illogical-host-translation
(function).
(setf illogical-host-translation)
(function).
illogical-pathname
(structure).
illogical-pathname-directory
(reader).
(setf illogical-pathname-directory)
(writer).
illogical-pathname-host
(reader).
(setf illogical-pathname-host)
(writer).
illogical-pathname-name
(reader).
(setf illogical-pathname-name)
(writer).
illogical-pathname-p
(function).
illogical-pathname-type
(reader).
(setf illogical-pathname-type)
(writer).
make-illogical-pathname
(function).
translate-illogical-pathname
(function).
*common-lisp-sharp-p*
(special variable).
*illogical-hosts*
(special variable).
component-present-p
(function).
copy-illogical-pathname
(function).
directory-pathname-p
(function).
illogical-#p-reader
(function).
illogical-pathname-relative-pathname
(function).
new-#p-reader
(function).
pathname-absolute-p
(function).
pathname-as-file
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Define the illogical host HOST to the absolute directory DIRECTORY.
Disable illogical pathname syntax.
Enable illogical pathname syntax.
#P"..." ; traditional pathname syntax
#P(<illogical-host> (<directory name>*) <filename>?)
Translate the illogical host ILLOGICAL-HOST to its defined absolute directory.
host
.
name
.
type
.
Translate the illogical pathname ILLOGICAL-PATHNAME to its equivalent absolute pathname.
illogical-pathname
) &optional environment) ¶Association between ILLOGICAL-HOSTs and their pathname translation.
Helper function for DIRECTORY-PATHNAME-P which checks whether VALUE is neither NIL nor the keyword :UNSPECIFIC.
Returns NIL if PATHSPEC (a pathname designator) does not designate a directory, PATHSPEC otherwise. It is irrelevant whether file or directory designated by PATHSPEC does actually exist.
Reader for illogical pathnames. Returns an illogical pathname.
Convert the illogical pathname ILLOGICAL-PATHNAME to its representative relative pathname.
Returns true if A is an absolute pathname.
This simply tests if A’s directory list starts with :ABSOLUTE
Converts the non-wild pathname designator PATHSPEC to file form.
Jump to: | (
C D E F I M N P T |
---|
Jump to: | (
C D E F I M N P T |
---|
Jump to: | *
D H N S T |
---|
Jump to: | *
D H N S T |
---|
Jump to: | F I P R S T |
---|
Jump to: | F I P R S T |
---|