[Haskell] System.FilePath survey
Neil Mitchell
ndmitchell at gmail.com
Fri Feb 3 06:29:34 EST 2006
Hi,
> * Have you used the existing FilePath module and what do you think
> about it?
> Do you found it useful? Have you made any significant bugfixes or
> extensions to it?
I wrote a separate FilePath module for Yhc, which is available at:
http://www.cs.york.ac.uk/fp/darcs/yhc-devel/src/compiler98/Util/FilePath.hs
The advantage of this one is that it doesn't use any #ifdef's, so is
entirely portable between Unix/Windows - important if you want to be
able to create a binary that runs anywhere.
Thanks
Neil
More information about the Haskell
mailing list