Re: LISP-IMAGE-NAME?
Edi Weitz <[email protected]> Tue, 19 Apr 2005 00:12:24 +0200
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 18 Apr 2005 14:42:59 -0700, David Mittman <[email protected]> wrote: > I believe that this will give you what you want: > > (sys:command-line-argument 0) Yes, but the result can look like this cl-user(1): (sys:command-line-argument 0) "./alisp" or like this cl-user(1): (sys:command-line-argument 0) "mlisp" which means I won't be able to get at the full path. Thanks anyway, Edi.