Libghc Filepath Bytestring Doc

This package provides functionality for manipulating RawFilePath values. It can be used as a drop in replacement for the filepath library to get the benefits of using ByteStrings. It provides three modules: archetypes assets content data hugo.toml i18n layouts static themes “System.FilePath.Posix.ByteString” manipulates POSIX/Linux style RawFilePath values (with / as the path separator). archetypes assets content data hugo.toml i18n layouts static themes “System.FilePath.Windows.ByteString” manipulates Windows style RawFilePath values (with either \ or / as the path separator, and deals with drives). archetypes assets content data hugo.toml i18n layouts static themes “System.FilePath.ByteString” is an alias for the module appropriate to your platform. All three modules provide the same API, and the same documentation (calling out differences in the different variants). This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.