filepath-1.4.0.0: Library for manipulating FilePaths in a cross platform way.

Copyright(c) Neil Mitchell 2005-2014
LicenseBSD3
Maintainerndmitchell@gmail.com
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

System.FilePath

Description

A library for FilePath manipulations, using Posix or Windows filepaths depending on the platform.

Both System.FilePath.Posix and System.FilePath.Windows provide the same interface. See either for examples and a list of the available functions.

Documentation