From: Marco Antoniotti
Subject: Pathname associated to a FILE-STREAM
Date: 
Message-ID: <CkLPe.63$DJ5.70764@typhoon.nyu.edu>
Hi

given a FILE-STREAM I should be able to get to the pathname associated 
to it, however, the CLHS seems silent on the matter.

How do you do it in different CLs?

Cheers
--
Marco

From: Arthur Lemmens
Subject: Re: Pathname associated to a FILE-STREAM
Date: 
Message-ID: <opsv4vaoeyk6vmsw@news.xs4all.nl>
Marco Antoniotti wrote:

> given a FILE-STREAM I should be able to get to the pathname
> associated to it, however, the CLHS seems silent on the matter.
>
> How do you do it in different CLs?

Maybe I'm missing something, but doesn't the function PATHNAME
do what you want?

 --
Arthur Lemmens
From: Marco Antoniotti
Subject: Re: Pathname associated to a FILE-STREAM
Date: 
Message-ID: <N3MPe.64$DJ5.71674@typhoon.nyu.edu>
Duh!

Thanks.

Marco





Arthur Lemmens wrote:
> Marco Antoniotti wrote:
> 
>> given a FILE-STREAM I should be able to get to the pathname
>> associated to it, however, the CLHS seems silent on the matter.
>>
>> How do you do it in different CLs?
> 
> 
> Maybe I'm missing something, but doesn't the function PATHNAME
> do what you want?
> 
> -- 
> Arthur Lemmens
>