Re: pathname with tilde and wildcard characters
Peter Münster <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 06 2024, Stas Boukarev wrote:
> I don't think enough-namestring does anything for you that NAMESTRING doesn't.
> (namestring (parse-native-namestring "~/foo??.lisp"))
> =>
> "~/foo\\?\\?.lisp"
Indeed. I don’t remember, why I did not consider NAMESTRING.
Even shorter: (namestring (native-pathname my-file-name))
> That might actually be a bug in sbcl.
I hope not, because the current behaviour is quite useful.
--
Peter
_______________________________________________
Sbcl-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sbcl-help