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 _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
