[Haskell-cafe] RawFilePath vs System.FilePath

Kazu Yamamoto ( 山本和彦 ) kazu at iij.ad.jp
Wed Jun 13 09:30:10 CEST 2012


Hello,

After releaseing new Haskell Platform, many people can now use
RawFilePath (e.g. ByteString) for System.*. However, there is no
System.FilePath.ByteString which manipulates RawFilePath.

How do you guys manipulate RawFilePath as file path?
Is there a plan to implement System.FilePath.ByteString?

# I know the system-filepath package. But I would like to know
# answers to the questions above.

Regards,

--Kazu



More information about the Haskell-Cafe mailing list