chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: absolute pathname a.k.a. realpath


From: John Cowan
Subject: Re: absolute pathname a.k.a. realpath
Date: Mon, 24 Oct 2022 14:14:10 -0400

As designed, the pathname module does not access the filesystem (except that it knows whether the default is Posix or Windows), and I'd like to keep it that way.  Realpath is available in the Posix module.

On Mon, Oct 24, 2022 at 1:12 PM Lassi Kortela <lassi@lassi.io> wrote:
Note: The Unix realpath() function returns an abspath with all symlinks
resolved. Hence all realpaths are abspaths, but not all abspaths are
realpaths. It would be nice to reflect this terminology in Scheme.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]