pathname with tilde and wildcard characters
Peter Münster <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
What would be the best method, to open a file with "~/" (for the home
directory) and wildcard characters in its name please?
I’ve tried (open "~/tmp/test-??-file") and
(open (parse-native-namestring "~/tmp/test-??-file")), but both result
in errors.
Of course, I could parse the string and translate "~/" or the wildcard
characters. But I would like to know, if there is already a better
solution in SBCL.
TIA for any help,
--
Peter
_______________________________________________
Sbcl-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sbcl-help