Logical pathname namestring syntax
- From: Richard M Kreuter <kreuter@xxxxxxxxx>
- Date: Mon, 31 Dec 2007 21:03:58 GMT
Suppose we do this:
(setf (logical-pathname-translations "MY-HOST") ())
=> NIL
(setf *default-pathname-defaults* (pathname "MY-HOST:"))
=> ;; implementation-dependent
What should the following return?
(pathname-directory "foo.lisp.newest")
=> ???
A few implementations return NIL, a few (:ABSOLUTE). This proves
significant for merging, of course.
--
RmK
.
- Prev by Date: Re: How do lispers do their GUI programming anyway? (was Re: Curses alternative for Lisp?)
- Next by Date: Re: How do lispers do their GUI programming anyway? (was Re: Curses alternative for Lisp?)
- Previous by thread: Class slots in CLOS
- Index(es):