ANSI Common Lisp ![]() ![]() ![]() 19.2.3.1 Examples of Merging PathnamesAlthough the following examples are possible to execute only in implementations which permit :unspecific in the indicated position andwhich permit four-letter type components, they serve to illustrate the basic concept of pathname merging.
(pathname-type (merge-pathnames (make-pathname :type "LISP") (make-pathname :type "TEXT")))
|