chicken-hackers
[Top][All Lists]
Advanced

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

absolute pathname a.k.a. realpath


From: Sandra Snan
Subject: absolute pathname a.k.a. realpath
Date: Thu, 18 Aug 2022 10:23:13 +0200

Would you please add something like this to the pathname module?

(define (absolute-pathname name)
  (normalize-pathname
   (if (absolute-pathname? name) name
       (make-absolute-pathname (current-directory) name))))

Whatever you wanna call it, I'm not married to the name.



reply via email to

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