3 Feb
2006
3 Feb
'06
11:29 a.m.
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