Re: LISP-IMAGE-NAME?

Edi Weitz <[email protected]> Tue, 19 Apr 2005 09:55:28 +0200
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
On Tue, 19 Apr 2005 11:16:39 +0900, Kiyoshi Mizumaru <[email protected]> wrote:

> (translate-logical-pathname (concatenate 'string "sys:"
> (sys:command-line-argument 0)))

Ah, good, thanks.  It turns out that (translate-logical-pathname
"sys:") already provides all the information I need.

Thanks again,
Edi.