[Haskell-beginners] Path {Abs|Rel} {Dir|File} type question

Baa aquagnu at gmail.com
Wed Aug 30 10:46:54 UTC 2017


Hmm, OK. Thank you, Yitzchak!

IMHO it will be good to have like in Python: all kind of paths (NT,
POSIX, etc) available as well as local path (local platform
dependent)...

> Hi Paul,
> 
> You wrote:
> > [In the path library] the `Path` has different representation
> > on Windows and POSIX which seems that no way
> > to use both on the same platform  
> 
> You are right, the path library does not yet support that.
> This issue will fix it:
> 
> https://github.com/commercialhaskell/path/issues/82
> 
> In the meantime, use the standard filepath library, which
> supports paths from other platforms.
> 
> Regards,
> Yitz
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners



More information about the Beginners mailing list