chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Posix "realpath"


From: Matt Welland
Subject: [Chicken-users] Posix "realpath"
Date: Sun, 1 Apr 2012 09:15:02 -0700

A suggestion ...

Please consider adding realpath to posix. If I understand correctly realpath is a specified part of posix and thus would quite naturally fit into the posix unit. I think it is a very handy routine and I use it extensively. Then again, perhaps most sane environments don't have the tangle of symlinks that I have to contend with.

Note that normalize-path is not the same as realpath and that although realpath would be nice to have calling the system realpath works just fine and so this is a suggestion and not a request ....

I did take a look at the posixunix.c code and at using easyffi or bind and quickly concluded that for the moment at least it is safer for me to keep using the system realpath :)

Thanks,

Matt
-=-

reply via email to

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