27 Oct
2004
27 Oct
'04
9:13 a.m.
John Goerzen wrote:
Oh also, I would very much appreciate Haskell interfaces to realpath() and readlink().
I don't know about realpath() (which is a BSD-ism, and included in GNU libc, but I'm not sure about other Unices), but readlink() exists as System.Posix.readSymbolicLink. -- Glynn Clements <glynn@gclements.plus.com>