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

Portabilityportable
Stabilitystable
Maintainerlibraries@haskell.org
Safe HaskellSafe

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