
5 Jun
2009
5 Jun
'09
4:45 a.m.
Hi
And the module should use "/cygdrive/c/foo" instead of "c:/foo".
Cygwin supports both in many programs, and we don't even actually form our own drive details, we only use what people give us. But yes, /cygdrive will be recognised and dealt with as the same as c:/
Sounds ok to me. Will it share code with the .Windows module or be duplicated?
Take a look at: http://hackage.haskell.org/packages/archive/filepath/1.1.0.2/doc/html/src/Sy... It will share code with both the Windows and Posix portions, much the same as the existing stuff does. Thanks Neil