Greetings!
Bill Page <[EMAIL PROTECTED]> writes:
> Camm Maguire wrote:
>
> >> (if (pathname-name (pathname fn))
> >> (with-open-file (q fn) (si::copy-stream q s))
> >>(dolist (l (directory fn)) (format s "~a~%" (namestring l)
> >>
> >>It would be nicer to make the resul
Camm Maguire wrote:
(if (pathname-name (pathname fn))
(with-open-file (q fn) (si::copy-stream q s))
(dolist (l (directory fn)) (format s "~a~%" (namestring l)
It would be nicer to make the result and the content type depend
on whether something was a directory or on the typ
Greetings!
"Page, Bill" <[EMAIL PROTECTED]> writes:
> Camm,
>
> You are right. The simple GCL web server program that you
> wrote is working on both linux and Windows. Great!
>
Wonderful. Thanks!
> On Tuesday, May 03, 2005 9:56 AM Camm Maguire wrote:
>
> >...
> > What this will send to the
Camm,
You are right. The simple GCL web server program that you
wrote is working on both linux and Windows. Great!
On Tuesday, May 03, 2005 9:56 AM Camm Maguire wrote:
>...
> What this will send to the gcl function 'foo' is 'get /dir'
> #'foo must find a file or directory by that name to produce