path-0.9.0: Support for well-typed paths
Safe HaskellNone
LanguageHaskell2010

Path

Description

This library provides a well-typed representation of paths in a filesystem directory tree.

Both Path.Posix and Path.Windows provide the same interface. This module will reexport the appropriate module for your platform.

Documentation

module Path.Posix