Re: pathname with tilde and wildcard characters
Peter Münster <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 05 2024, "Michał \"phoe\" Herda" via Sbcl-help wrote:
> (open #p"~/tmp/test-\\?\\?-file" :if-does-not-exist :create)
Ok, so I have to translate the wildcard characters.
? -> \\? and so on...
On Thu, Jun 06 2024, Stas Boukarev wrote:
> (if (eql (search '(:relative "~")
Or the "~"...
I just have to choose! ;)
--
Peter
_______________________________________________
Sbcl-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sbcl-help