|
From: | Sandra Snan |
Subject: | Re: absolute pathname a.k.a. realpath |
Date: | Tue, 25 Oct 2022 10:01:31 +0000 |
Does (make-absolute-pathname #f ...) make any sense with the currently implemented behaviour? It seems to me that this case could handle the operation as requested by sandra. felix
I'd be interested in that solution, sure!But with the caveat that that might hide errors / fail silently when running (make-absolute-pathname (some-dir-yielding-query) foo) if the query fails-to-find. If (current-directory) itself fails to find (or otherwise returns #f) then make-absolute-pathname implemented that way loop and hang/freeze.
[Prev in Thread] | Current Thread | [Next in Thread] |