@hackage filepath1.4.0.0
Library for manipulating FilePaths in a cross platform way.
Categories
License
BSD-3-Clause
Maintainer
Neil Mitchell <ndmitchell@gmail.com>
Links
Versions
Installation
Dependencies (1)
Dependents (3181)
@hackage/mockery, @hackage/open-pandoc, @hackage/OpenSCAD, @hackage/pms-domain-service, @hackage/Cabal, @hackage/hoogle-index, Show all…
FilePath

The filepath package provides functionality for manipulating FilePath values, and is shipped with both GHC and the Haskell Platform. It provides three modules:
System.FilePath.Posixmanipulates POSIX/Linux styleFilePathvalues (with/as the path separator).System.FilePath.Windowsmanipulates Windows styleFilePathvalues (with either\or/as the path separator, and deals with drives).System.FilePathis 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).