Home > Archive > Lisp > August 2005 > Pathname associated to a FILE-STREAM
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Pathname associated to a FILE-STREAM
|
|
| Marco Antoniotti 2005-08-26, 6:59 pm |
| 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
| |
| Arthur Lemmens 2005-08-26, 6:59 pm |
| 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
| |
| Marco Antoniotti 2005-08-26, 6:59 pm |
| Duh!
Thanks.
Marco
Arthur Lemmens wrote:
> Marco Antoniotti wrote:
>
>
>
> Maybe I'm missing something, but doesn't the function PATHNAME
> do what you want?
>
> --
> Arthur Lemmens
>
|
|
|
|
|