Re: Simple question about directories



Thank you both, John and Rainer. It turned out that I was
misinterpreting the hyperspec where it says that the directory
component of a pathname can be a string. I thought it could be a
string specifying an os-dependent path, e.g. "/home/alessio/", while
the hyperspec clearly states that strings in the directory component
name "a single level of directory structure". I'll double-read it the
next time :)

Cheers
Alessio



.



Relevant Pages

  • Re: a short article about equality in Lisp (for beginners)
    ... > operators in Lisp (e.g. char=). ... For a full reference, the Hyperspec is ... I would at least mention the existence of string= and string-equal, ...
    (comp.lang.lisp)
  • Re: find substring
    ... > I cannot seem to find in the HyperSpec or CLtL2 a way of checking whether ... > string is a substring of another one. ...
    (comp.lang.lisp)
  • Re: Removing Strings from a list
    ... insight. ... I'm trying to remove all string from a list and return them ... I'd use `remove-if' or `delete-if' I think (check the hyperspec for ... Lars Rune Nøstdal ...
    (comp.lang.lisp)
  • Re: class creator
    ... them with string operations and then call INTERN. ... the HyperSpec for details. ... usually SYMBOL-NAME is the thing you want, though sometimes STRING ...
    (comp.lang.lisp)