Re: How to change directory/path in SBCL?
- From: "keyboard" <xiewensheng@xxxxxxxxx>
- Date: 29 Mar 2007 00:24:05 -0700
On 29 Mrz., 15:08, Harald Hanche-Olsen <han...@xxxxxxxxxxxx> wrote:
+ "keyboard" <xiewensh...@xxxxxxxxx>:
| When I load a lisp file using the true/full path name, many files
| which have relative path to that file cannot be loaded
The usual way to deal with this is to construct the full pathname of
the files you wish to load by using
(merge-pathnames relative-path *load-truename*)
as the pathname to load.
--
* Harald Hanche-Olsen <URL:http://www.math.ntnu.no/~hanche/>
- It is undesirable to believe a proposition
when there is no ground whatsoever for supposing it is true.
-- Bertrand Russell
Thank you. But is there something like clisp (ext:cd) in SBCL?
.
- Follow-Ups:
- Re: How to change directory/path in SBCL?
- From: Harald Hanche-Olsen
- Re: How to change directory/path in SBCL?
- References:
- How to change directory/path in SBCL?
- From: keyboard
- Re: How to change directory/path in SBCL?
- From: Harald Hanche-Olsen
- How to change directory/path in SBCL?
- Prev by Date: Re: lisp revised standard
- Next by Date: Re: :input :value multiple lines
- Previous by thread: Re: How to change directory/path in SBCL?
- Next by thread: Re: How to change directory/path in SBCL?
- Index(es):
Relevant Pages
|
|