[Haskell-cafe] Re: exitFailure under forkProcess

Glynn Clements glynn at gclements.plus.com
Wed Oct 27 05:13:26 EDT 2004


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 at gclements.plus.com>


More information about the Haskell-Cafe mailing list